fixed misrouted component path
This commit is contained in:
parent
16da793f45
commit
9d9cb972ff
@ -1,7 +1,7 @@
|
||||
import { useState, useEffect } from 'react'
|
||||
import './App.css'
|
||||
import Header from './components/Header'
|
||||
import SearchBar from './SearchBar'
|
||||
import SearchBar from './components/SearchBar'
|
||||
|
||||
function App() {
|
||||
const [currentView, setCurrentView] = useState('list');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user