aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/Authentication.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Authentication.test.tsx')
-rw-r--r--frontend/src/pages/Authentication.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Authentication.test.tsx b/frontend/src/pages/Authentication.test.tsx
index 95bfe3f47..e5dee6e44 100644
--- a/frontend/src/pages/Authentication.test.tsx
+++ b/frontend/src/pages/Authentication.test.tsx
@@ -1,5 +1,5 @@
-import { render, screen } from "@/tests";
import { describe, it } from "vitest";
+import { render, screen } from "@/tests";
import Authentication from "./Authentication";
describe("Authentication", () => {