diff --git a/src/components/shortener/listRedirections.tsx b/src/components/shortener/listRedirections.tsx index 3a3e1d4..3bec49d 100644 --- a/src/components/shortener/listRedirections.tsx +++ b/src/components/shortener/listRedirections.tsx @@ -1,12 +1,14 @@ import { For, Match, Switch } from "solid-js"; import { listURLRedirections } from "~/gen/proto/shorten/v1/shorten-ShortenService_connectquery"; +import type { URLRedirection } from "~/gen/proto/shorten/v1/shorten_pb"; import { useConnectQuery } from "~/integrations/connect-query/solid"; const ListRedirections = () => { const query = useConnectQuery(listURLRedirections); return ( -
| Short Code | +URL | +Active | +Created At | +Expires At | +