Skip to content

Commit

Permalink
remove other imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 15, 2024
1 parent 5bd0fa5 commit 1ce5c29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Inter } from 'next/font/google';
import { headers } from 'next/headers';

import { TRPCReactProvider } from '@src/trpc/react';
import Sidebar from '@src/components/nav/Sidebar';
import { type Metadata } from 'next';

import { Analytics } from '@vercel/analytics/react';
Expand Down
1 change: 0 additions & 1 deletion src/components/nav/SidebarItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { type FC, useState } from 'react';
import { useRouter, usePathname } from 'next/navigation';
import { IconMap, type allCats, routeMap } from '@src/constants/categories';
import { RightChevron } from '@src/icons/Icons';

const SidebarItems: FC<{ cat: allCats[number] }> = ({ cat }) => {
const Icon = IconMap[cat];
Expand Down

0 comments on commit 1ce5c29

Please sign in to comment.