From 0a548e87febeab3d25ba7d5270b73b757f130b26 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 26 Apr 2023 11:39:23 +0700 Subject: fix bug on update qty cart and create quotation page --- src/pages/my/invoices.jsx | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/pages/my/invoices.jsx (limited to 'src/pages/my/invoices.jsx') diff --git a/src/pages/my/invoices.jsx b/src/pages/my/invoices.jsx deleted file mode 100644 index 59059b2e..00000000 --- a/src/pages/my/invoices.jsx +++ /dev/null @@ -1,24 +0,0 @@ -import AppLayout from '@/core/components/layouts/AppLayout' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import DesktopView from '@/core/components/views/DesktopView' -import MobileView from '@/core/components/views/MobileView' -import IsAuth from '@/lib/auth/components/IsAuth' -import InvoicesComponent from '@/lib/invoice/components/Invoices' - -export default function Invoices() { - return ( - - - - - - - - - - - - - - ) -} -- cgit v1.2.3