diff --git a/src/pages/Account/Account.js b/src/pages/Account/Account.js new file mode 100644 index 0000000..93a189f --- /dev/null +++ b/src/pages/Account/Account.js @@ -0,0 +1,11 @@ +import React from 'react'; +import './Accounts.scss'; + +const Account = () => { + return ( + <> + + ); +} + +export default Account; \ No newline at end of file diff --git a/src/pages/Account/Account.scss b/src/pages/Account/Account.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Account/Account.test.js b/src/pages/Account/Account.test.js new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Game/Game.js b/src/pages/Game/Game.js new file mode 100644 index 0000000..b1f4bb1 --- /dev/null +++ b/src/pages/Game/Game.js @@ -0,0 +1,11 @@ +import React from 'react'; +import './Accounts.scss'; + +const Game = () => { + return ( + <> + + ); +} + +export default Game; \ No newline at end of file diff --git a/src/pages/Game/Game.scss b/src/pages/Game/Game.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Game/Game.test.scss b/src/pages/Game/Game.test.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Home/Home.js b/src/pages/Home/Home.js new file mode 100644 index 0000000..1708f74 --- /dev/null +++ b/src/pages/Home/Home.js @@ -0,0 +1,11 @@ +import React from 'react'; +import './Accounts.scss'; + +const Home = () => { + return ( + <> + + ); +} + +export default Home; \ No newline at end of file diff --git a/src/pages/Home/Home.scss b/src/pages/Home/Home.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Home/Home.test.scss b/src/pages/Home/Home.test.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Landing/Landing.js b/src/pages/Landing/Landing.js new file mode 100644 index 0000000..c11710e --- /dev/null +++ b/src/pages/Landing/Landing.js @@ -0,0 +1,11 @@ +import React from 'react'; +import './Accounts.scss'; + +const Landing = () => { + return ( + <> + + ); +} + +export default Landing; \ No newline at end of file diff --git a/src/pages/Landing/Landing.scss b/src/pages/Landing/Landing.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Landing/Landing.test.scss b/src/pages/Landing/Landing.test.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Room/Room.js b/src/pages/Room/Room.js new file mode 100644 index 0000000..f67119c --- /dev/null +++ b/src/pages/Room/Room.js @@ -0,0 +1,11 @@ +import React from 'react'; +import './Accounts.scss'; + +const Room = () => { + return ( + <> + + ); +} + +export default Room; \ No newline at end of file diff --git a/src/pages/Room/Room.scss b/src/pages/Room/Room.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Room/Room.test.scss b/src/pages/Room/Room.test.scss new file mode 100644 index 0000000..e69de29