parent
97df79cb8e
commit
cfb27f6dbc
|
@ -3,7 +3,7 @@ import { API_URL, currencyFormatter } from '@pos/base';
|
||||||
import { Fragment, useEffect, useState } from 'react';
|
import { Fragment, useEffect, useState } from 'react';
|
||||||
import { Card, Col, DatePicker, notification, Row, Table } from 'antd';
|
import { Card, Col, DatePicker, notification, Row, Table } from 'antd';
|
||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs';
|
||||||
import lodash, { concat } from 'lodash';
|
import lodash from 'lodash';
|
||||||
import { v4 } from 'uuid';
|
import { v4 } from 'uuid';
|
||||||
|
|
||||||
export default function ReportModule() {
|
export default function ReportModule() {
|
||||||
|
|
Loading…
Reference in New Issue