Skip to content

Commit d0e197b

Browse files
committed
style(auth): fix import ordering
Sort imports to satisfy biome organizeImports rule.
1 parent 8eaeddc commit d0e197b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/entrypoints/app/routes/auth/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Hono } from 'hono'
22
import { deleteCookie, setCookie } from 'hono/cookie'
3-
import type { ActivityStore } from '../../../../services/activity'
43
import { Layout } from '../../../../design-system/components/flex-layout'
4+
import type { ActivityStore } from '../../../../services/activity'
55
import type { AccessStore, UserStore } from '../../../../services/auth'
66
import {
77
COOKIE_MAX_AGE,

0 commit comments

Comments
 (0)