feat: remove observer

pull/5/head 1.0.0-alpha.7
Firman Ramdhani 2025-07-10 14:30:54 +07:00
parent 97df79cb8e
commit cfb27f6dbc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { API_URL, currencyFormatter } from '@pos/base';
import { Fragment, useEffect, useState } from 'react';
import { Card, Col, DatePicker, notification, Row, Table } from 'antd';
import dayjs from 'dayjs';
import lodash, { concat } from 'lodash';
import lodash from 'lodash';
import { v4 } from 'uuid';
export default function ReportModule() {