Skip to content

Commit

Permalink
fix(web): make ESLint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Dec 13, 2024
1 parent 3135178 commit 8182c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/core/LoginPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import React from "react";
import { screen, within } from "@testing-library/react";
import { installerRender, mockRoutes, plainRender } from "~/test-utils";
import { installerRender, mockRoutes } from "~/test-utils";
import { LoginPage } from "~/components/core";
import { AuthErrors } from "~/context/auth";
import { PlainLayout } from "../layout";
Expand Down

0 comments on commit 8182c1c

Please sign in to comment.