feat: implement product save functionality with frontend-backend integration

This commit is contained in:
louiscklaw
2025-05-28 12:32:57 +08:00
parent 964ba3e5b0
commit e7b292338b
7 changed files with 217 additions and 6 deletions

View File

@@ -6,11 +6,11 @@ import Typography from '@mui/material/Typography';
import { RouterLink } from 'src/routes/components';
import { NavUl } from './nav-elements';
import { Iconify } from '../../iconify';
import { NavSubList } from './nav-sub-list';
import { megaMenuClasses } from '../styles';
import { NavCarousel } from './nav-carousel';
import { NavUl } from './nav-elements';
import type { NavListProps } from '../types';