diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index d885233..0f170ab 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -26,6 +26,7 @@ import 'bootstrap/dist/css/bootstrap.min.css'; /* Internationnalisation */ import messagesFr from './Translations/fr.json'; import messagesEn from './Translations/en.json'; +import Play from './Pages/Play'; const messages = { fr: messagesFr, diff --git a/cryptide_project/src/Pages/Home.tsx b/cryptide_project/src/Pages/Home.tsx index 1b0f8d7..54d5571 100644 --- a/cryptide_project/src/Pages/Home.tsx +++ b/cryptide_project/src/Pages/Home.tsx @@ -62,47 +62,47 @@ function Home() { return ( -
- -
- -
-

-

- -

-
-
-

-

+

+ +
+ +
+

+

+ +

+
+
+

+

-

-
-
-

-
    -
  • -
  • -
  • -
-
+

- -
- -
-

-

-

-

-------------------------------

-


Hal Duncan & Ruth Veevers

-


Kwanchai Moriya

- {/* */} -
- +
+

+
    +
  • +
  • +
  • +
- ); + +
+ +
+

+

+

+

-------------------------------

+


Hal Duncan & Ruth Veevers

+


Kwanchai Moriya

+ {/* */} +
+ +
+
+ ); } export default Home;