diff --git a/artifacts/toolrate/src/pages/login.tsx b/artifacts/toolrate/src/pages/login.tsx index 65cddba..dc65848 100644 --- a/artifacts/toolrate/src/pages/login.tsx +++ b/artifacts/toolrate/src/pages/login.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { useLocation, useSearch } from "wouter"; +import { useLocation, useSearch, Link } from "wouter"; import { useLocalLogin } from "@workspace/api-client-react"; import { useQueryClient } from "@tanstack/react-query"; import { Button } from "@/components/ui/button"; @@ -95,7 +95,14 @@ export default function Login() { - + + +
- Did you forget to add the page to the router? -
+This page doesn't exist.
+ + +