This commit is contained in:
2025-12-27 12:01:54 +07:00
parent e2063bce4c
commit 7606157d26
19 changed files with 259 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
'use client';
import React from 'react';
import { menuData } from '../../other/Header/menuData';
import { menuData } from '../../Other/Header/menuData';
import ItemCategory from './ItemCategory';
import { InfoCategory } from '@/types';