init: Init React Application
This commit is contained in:
10
src/entities/navigation/model/index.ts
Normal file
10
src/entities/navigation/model/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { LucideIcon } from "lucide-react";
|
||||
|
||||
export interface NavigationItem {
|
||||
id: string;
|
||||
label: string;
|
||||
icon: LucideIcon;
|
||||
path: string;
|
||||
}
|
||||
|
||||
export type NavigationSection = "primary" | "secondary";
|
||||
Reference in New Issue
Block a user