Skip to content

Commit 7f4662e

Browse files
authored
chore: reorder imports in resources/js/types/index.ts (#50)
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 4ab05af commit 7f4662e

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)