Skip to content

Commit 1bd3a01

Browse files
committed
fixed naming issue
1 parent 95c9d9f commit 1bd3a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar/navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import './NavBar.css';
2+
import './navbar.css';
33

44
function NavBar({ onNavigate }) {
55
return (

0 commit comments

Comments
 (0)