From 3cf0ffeed3b4ef26e1ae5dc4409f94289552365c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 14 Oct 2024 15:43:53 +0200 Subject: [PATCH] Fix import --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";