Skip to content

Commit 7e655be

Browse files
committed
chore: reorder imports in resources/js/types/index.ts
The import statements in the file have been reordered to maintain consistency and improve readability. No functional changes were made, and there are no breaking changes. This is purely a maintenance task to ensure a cleaner codebase.
1 parent 5d0f78f commit 7e655be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { LucideIcon } from 'lucide-vue-next';
21
import type { PageProps } from '@inertiajs/core';
2+
import type { LucideIcon } from 'lucide-vue-next';
33

44
export interface Auth {
55
user: User;

0 commit comments

Comments
 (0)