first template, material ui, navigation

This commit is contained in:
2021-01-06 08:51:58 +01:00
commit 649bf84f1e
55 changed files with 28527 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react';
const Games = () => {
return <div>Games ...in progress</div>;
};
export default Games;