mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 08:08:49 -06:00
Moved the Home page into the pages directory
This commit is contained in:
15
client/src/pages/Home/Home.jsx
Normal file
15
client/src/pages/Home/Home.jsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import LatestTestComponent from "./components/LatestTest";
|
||||
import TestAreaComponent from "./components/TestArea";
|
||||
|
||||
const Home = () => (
|
||||
<>
|
||||
<LatestTestComponent/>
|
||||
|
||||
<hr/>
|
||||
|
||||
<TestAreaComponent/>
|
||||
</>
|
||||
)
|
||||
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user