File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
site/src/components/Navbar Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react"
2
2
import { makeStyles } from "@material-ui/core/styles"
3
3
import { Link } from "react-router-dom"
4
- import { Logo , WorkspacesIcon } from "./../Icons "
4
+ import { Button , List , ListSubheader } from "@material-ui/core "
5
5
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"
28
7
29
8
export const Navbar : React . FC = ( ) => {
30
9
const styles = useStyles ( )
You can’t perform that action at this time.
0 commit comments