Skip to content

Commit 2a7c92b

Browse files
committed
remove unnecessary files
1 parent c64ead7 commit 2a7c92b

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

components.json

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

resources/js/types/index.d.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
1-
import { LucideIcon } from 'lucide-react';
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 NavGroup {
14-
title: string;
15-
items: NavItem[];
16-
}
17-
18-
export interface NavItem {
19-
title: string;
20-
href: string;
21-
icon?: LucideIcon | null;
22-
isActive?: boolean;
23-
}
24-
257
export interface SharedData {
268
name: string;
279
quote: { message: string; author: string };
2810
auth: Auth;
2911
ziggy: Config & { location: string };
30-
sidebarOpen: boolean;
3112
[key: string]: unknown;
3213
}
3314

0 commit comments

Comments
 (0)