diff --git a/src/routes/shorten.tsx b/src/routes/shorten.tsx index 207c3f9..0682ae0 100644 --- a/src/routes/shorten.tsx +++ b/src/routes/shorten.tsx @@ -1,7 +1,4 @@ -import { useConnectQuery } from "~/integrations/connect-query/solid"; import { createFileRoute } from "@tanstack/solid-router"; -import { listURLRedirections } from "~/gen/proto/shorten/v1/shorten-ShortenService_connectquery"; -import { For, Match, Switch } from "solid-js"; import ListRedirections from "~/components/shortener/listRedirections"; import CreateRedirectionForm from "~/components/shortener/createRedirectionForm";