Skip to content

Commit 9a6efee

Browse files
authored
Merge pull request #8 from CryptoLabInc/feat/add-admin-only-route
chore/remove unused import
2 parents a54086c + 1fa5ad0 commit 9a6efee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/LoginPage/LoginPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { getApplicationName } from "utils/appearance";
1010
import { retrieveRedirect } from "utils/redirect";
1111
import { sendDeploymentEvent } from "utils/telemetry";
1212
import { LoginPageView } from "./LoginPageView";
13-
import { paramsUsedToCreateWorkspace } from "utils/workspace";
1413

1514
export const LoginPage: FC = () => {
1615
const location = useLocation();

0 commit comments

Comments
 (0)