Fixed imports
This commit is contained in:
parent
6a61ee4307
commit
d7c80f4d33
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
|
|||
import Home from './screens/Home';
|
||||
import CreateStation from './screens/CreateStation';
|
||||
import JoinStation from './screens/JoinStation';
|
||||
import StationPage from './screens/StationPage';
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue