Skip to content

Commit

Permalink
remove dead import
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Feb 28, 2024
1 parent e3a9bd0 commit 84498f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { path } from "../utils/api.ts";
import type { Package, PackageVersion, Stats } from "../utils/api_types.ts";
import type { PanelEntry } from "../components/ListPanel.tsx";
import { ListPanel } from "../components/ListPanel.tsx";
import twas from "$twas";
import { Head } from "$fresh/runtime.ts";
import { ComponentChildren } from "preact";

Expand Down

0 comments on commit 84498f5

Please sign in to comment.