Remove unused code

This commit is contained in:
Austin Chen 2022-03-30 09:56:35 -07:00
parent ca1407a10d
commit d68f06a227

View File

@ -23,17 +23,6 @@ type Item = {
icon: React.ComponentType<{ className?: string }>
}
const communities = [
{ name: 'Movies', href: '#' },
{ name: 'Food', href: '#' },
{ name: 'Sports', href: '#' },
{ name: 'Animals', href: '#' },
{ name: 'Science', href: '#' },
{ name: 'Dinosaurs', href: '#' },
{ name: 'Talents', href: '#' },
{ name: 'Gaming', href: '#' },
]
function SidebarItem(props: { item: Item; currentPage: string }) {
const { item, currentPage } = props
return (