Skip to content

Commit 18d36f3

Browse files
committed
remove unnecessary files
1 parent dbee758 commit 18d36f3

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

components.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

resources/js/types/index.d.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
1-
import type { LucideIcon } from 'lucide-vue-next';
21
import type { Config } from 'ziggy-js';
32

43
export interface Auth {
54
user: User;
65
}
76

8-
export interface BreadcrumbItem {
9-
title: string;
10-
href: string;
11-
}
12-
13-
export interface NavItem {
14-
title: string;
15-
href: string;
16-
icon?: LucideIcon;
17-
isActive?: boolean;
18-
}
19-
207
export type AppPageProps<T extends Record<string, unknown> = Record<string, unknown>> = T & {
218
name: string;
229
quote: { message: string; author: string };
2310
auth: Auth;
2411
ziggy: Config & { location: string };
25-
sidebarOpen: boolean;
2612
};
2713

2814
export interface User {
@@ -34,5 +20,3 @@ export interface User {
3420
created_at: string;
3521
updated_at: string;
3622
}
37-
38-
export type BreadcrumbItemType = BreadcrumbItem;

0 commit comments

Comments
 (0)