From 0974e3c35062a3a9e183d25476c833d55fc29cf9 Mon Sep 17 00:00:00 2001 From: Burhanuddin Khatri <144617735+BurhanCantCode@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:45:42 +0000 Subject: [PATCH] ui changes mhm --- components/AddProductForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AddProductForm.tsx b/components/AddProductForm.tsx index 329ab4d..ef49dea 100644 --- a/components/AddProductForm.tsx +++ b/components/AddProductForm.tsx @@ -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 = () => {