fix: fix linter

pull/3/head
Firman Ramdhani 2025-07-07 15:16:23 +07:00
parent ecb41d6be1
commit 4e6c53c0d4
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import axios from 'axios';
import { Fragment, useEffect, useState } from 'react'; import { Fragment, useEffect, useState } from 'react';
import { import {
App, App,
Badge,
Button, Button,
Card, Card,
Col, Col,
@ -18,7 +17,6 @@ import {
notification, notification,
Pagination, Pagination,
Row, Row,
Tag,
Tooltip, Tooltip,
} from 'antd'; } from 'antd';
import { capitalizeEachWord, makeColorStatus, STATUS_DATA } from '@pos/base'; import { capitalizeEachWord, makeColorStatus, STATUS_DATA } from '@pos/base';