From 00e50b2dcfed209669c46da54dc07905d65887b8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 1 Aug 2024 22:07:29 +0900 Subject: chore(frontend): [biome] organize imports --- frontend/app/.server/auth.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/app/.server/auth.ts') diff --git a/frontend/app/.server/auth.ts b/frontend/app/.server/auth.ts index b7e1820..3d9a492 100644 --- a/frontend/app/.server/auth.ts +++ b/frontend/app/.server/auth.ts @@ -1,10 +1,10 @@ +import type { Session } from "@remix-run/server-runtime"; +import { jwtDecode } from "jwt-decode"; import { Authenticator } from "remix-auth"; import { FormStrategy } from "remix-auth-form"; -import { jwtDecode } from "jwt-decode"; -import type { Session } from "@remix-run/server-runtime"; -import { sessionStorage } from "./session"; import { apiPostLogin } from "./api/client"; import { components } from "./api/schema"; +import { sessionStorage } from "./session"; export const authenticator = new Authenticator(sessionStorage); -- cgit v1.2.3-70-g09d2