Skip to content

Commit b0af0fb

Browse files
committed
Clean-up
1 parent 3acf708 commit b0af0fb

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

site/src/components/Navbar/index.tsx

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
11
import React from "react"
22
import { makeStyles } from "@material-ui/core/styles"
33
import { Link } from "react-router-dom"
4-
import { Logo, WorkspacesIcon } from "./../Icons"
4+
import { Button, List, ListSubheader } from "@material-ui/core"
55

6-
import ListSubheader from "@material-ui/core/ListSubheader"
7-
8-
import { NavMenuEntryProps } from "./NavMenuEntry"
9-
import { Button, List } from "@material-ui/core"
10-
11-
const placeholderItems: NavMenuEntryProps[] = [
12-
{
13-
icon: WorkspacesIcon,
14-
path: "/workspaces",
15-
label: "workspaces",
16-
selected: false,
17-
},
18-
]
19-
20-
/*export interface NavMenuEntryProps {
21-
Icon: typeof SvgIcon
22-
path: string
23-
label?: string,
24-
selected: boolean
25-
className?: string
26-
onClick?: () => void
27-
}*/
6+
import { Logo } from "./../Icons"
287

298
export const Navbar: React.FC = () => {
309
const styles = useStyles()

0 commit comments

Comments
 (0)