Changed components folder to screens
This commit is contained in:
parent
3472b2ce8e
commit
662a530d89
5 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
|
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
|
||||||
import Home from './components/Home';
|
import Home from './screens/Home';
|
||||||
import CreateStation from './components/CreateStation';
|
import CreateStation from './screens/CreateStation';
|
||||||
import JoinStation from './components/JoinStation';
|
import JoinStation from './screens/JoinStation';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue