From 35043fc9e38836a45a51b5cdc70001715b8663e7 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 4 Jun 2026 16:22:33 +0200 Subject: [PATCH] Remove unused imports: shorten.tsx --- src/routes/shorten.tsx | 3 --- 1 file changed, 3 deletions(-) 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";