stub page components

This commit is contained in:
Sorrel Bri 2020-01-08 13:37:44 -08:00
parent bb462307a3
commit fa3da23c79
15 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,11 @@
import React from 'react';
import './Accounts.scss';
const Account = () => {
return (
<>
</>
);
}
export default Account;

View file

View file

11
src/pages/Game/Game.js Normal file
View file

@ -0,0 +1,11 @@
import React from 'react';
import './Accounts.scss';
const Game = () => {
return (
<>
</>
);
}
export default Game;

0
src/pages/Game/Game.scss Normal file
View file

View file

11
src/pages/Home/Home.js Normal file
View file

@ -0,0 +1,11 @@
import React from 'react';
import './Accounts.scss';
const Home = () => {
return (
<>
</>
);
}
export default Home;

0
src/pages/Home/Home.scss Normal file
View file

View file

View file

@ -0,0 +1,11 @@
import React from 'react';
import './Accounts.scss';
const Landing = () => {
return (
<>
</>
);
}
export default Landing;

View file

View file

11
src/pages/Room/Room.js Normal file
View file

@ -0,0 +1,11 @@
import React from 'react';
import './Accounts.scss';
const Room = () => {
return (
<>
</>
);
}
export default Room;

0
src/pages/Room/Room.scss Normal file
View file

View file