This commit is contained in:
2026-05-20 15:40:17 +07:00
parent 230eb9010c
commit dd3fd889a3
48 changed files with 3374 additions and 737 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import { useState, type CSSProperties } from "react";
import { CATEGORIES } from "@/lib/mock-data";
import { CATEGORIES } from "@/lib/ui-config";
import type { CategoryId } from "@/lib/types";
import { Icons } from "./icons";