Skip to content

Commit

Permalink
ui changes mhm
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode committed Aug 3, 2024
1 parent 05c14e3 commit 0974e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AddProductForm.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from 'react';
import { TextField, Button, Box, Typography, CircularProgress, Dialog, DialogTitle, DialogContent, DialogActions, Snackbar, Alert } from '@mui/material';
import { useProducts } from '../hooks/useProducts';
import ImageCapture from './ImageCapture';
import ImageCapture from '../components/ImageCapture'; // Corrected import path
import { scanProduct } from '../utils/visionUtils';

const AddProductForm = () => {
Expand Down

0 comments on commit 0974e3c

Please sign in to comment.