Implement breadcrum navigation
This commit is contained in:
4
src/lib/types/breadcrum.ts
Normal file
4
src/lib/types/breadcrum.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type BreadcrumbItem = {
|
||||
label: string;
|
||||
href?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user