Fix import

This commit is contained in:
Arnaud 2024-10-14 15:43:53 +02:00
parent 715aeb4796
commit 3cf0ffeed3
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -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";