Files
frontend/components/organisms/navigation/index.ts
T
2026-04-03 20:09:05 +07:00

3 lines
128 B
TypeScript

export { default as CategorySidebar } from "./CategorySidebar";
export type { CategorySidebarProps } from "./Navigation.types";