Skip to content

Commit fb703d0

Browse files
committed
fixed naming issue
1 parent 1bd3a01 commit fb703d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
22
import './App.css';
33
import SortingVisualiser from './components/SortingVisualiser/SortingVisualiser';
44
import GraphTraversalVisualiser from './components/GraphTraversalVisualiser/GraphTraversalVisualiser';
5-
import NavBar from './components/NavBar/NavBar';
5+
import NavBar from './components/NavBar/navbar'
66

77
function App() {
88
const [currentView, setCurrentView] = useState('sorting'); // Default to sorting visualization

0 commit comments

Comments
 (0)