Skip to content

Commit cbef48d

Browse files
committed
comment out Timer
1 parent 7e75a42 commit cbef48d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/NavBar/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import "./style.css";
22
import { DirSwitcher } from "./DirSwitcher/DirSwitcher";
33
import { TopMenu } from "./TopMenu";
4-
import { Timer } from "../Timer";
54

65
export function NavBar() {
76
return (
87
<nav>
98
<TopMenu />
109

11-
<Timer />
10+
{/*<Timer />*/}
1211

1312
<DirSwitcher />
1413
</nav>

0 commit comments

Comments
 (0)