diff --git a/src/routes/index.tsx b/src/routes/index.tsx index a469f08..b03f357 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -1,4 +1,4 @@ -import { createFileRoute, Link, redirect } from "@tanstack/react-router"; +import { createFileRoute } from "@tanstack/react-router"; import "./index.css"; import { AlphaIcon } from "../components/AlphaIcon/AlphaIcon"; import { AlphaText } from "../components/AlphaText/AlphaText";