Skip to content

Commit

Permalink
Update add-product.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Aug 4, 2024
1 parent d90fa97 commit a02482d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/add-product.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NextPage } from 'next';
import { Container, Typography, Box, Paper } from '@mui/material';
import AddProductForm from '../components/AddProductForm';
import ScanProductButton from '../components/ScanProductButton';
import InfoBox from '../components/InfoBox';

const AddProduct: NextPage = () => {
Expand All @@ -11,7 +10,6 @@ const AddProduct: NextPage = () => {
Add New Product
</Typography>
<InfoBox />
<ScanProductButton />
<AddProductForm />
</Container>
);
Expand Down

0 comments on commit a02482d

Please sign in to comment.