Removed /record from route list
This commit is contained in:
parent
269266e11d
commit
eca4f47a05
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ function App() {
|
|||
path=''
|
||||
element={<Navbar tokenState={{ token, setToken }} />}
|
||||
>
|
||||
<Route path='record' element={<RecordMp3 />} />
|
||||
<Route index element={<MainPage />} />
|
||||
|
||||
<Route
|
||||
|
|
|
|||
Reference in a new issue