Skip to content

Commit

Permalink
🔥 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Jan 18, 2024
1 parent f881128 commit dfb190f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(app)/[user]/[repository]/issues/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { CounterBadge } from "~/components/counter-badge";
import { IssuesListHeaderForm } from "~/components/issues/issues-list-header-form";
import { SegmentedLayout } from "~/components/segmented-layout";
import { ClearSearchButtonSection } from "~/components/issues/clear-search-button";
import { ReactQueryProvider } from "~/components/react-query-provider";
import { LightBulbIcon, MilestoneIcon, TagIcon } from "@primer/octicons-react";
import { IssueListSkeleton } from "~/components/issues/issue-list-skeleton";
import { IssueSearchLink } from "~/components/issues/issue-search-link";
Expand Down

0 comments on commit dfb190f

Please sign in to comment.