diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-08 17:55:14 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-08 17:55:14 +0200 |
commit | e1a6f10bad6c235c4538a56408340fdc8bd682ab (patch) | |
tree | d1b373fe2d28433ca17fcd1a9625399682dec536 /pages/user.tsx | |
parent | 15df740b1e1ac31a9bb9a2f3a731b693182ebcb9 (diff) |
footer in code +/ css samples
Diffstat (limited to 'pages/user.tsx')
-rw-r--r-- | pages/user.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/user.tsx b/pages/user.tsx index ce870af..5f5b1eb 100644 --- a/pages/user.tsx +++ b/pages/user.tsx @@ -10,6 +10,7 @@ import { userInfo, userGames } from '../api/api'; import RecentGames from '../components/recentGames'; import { ToastContext } from '../components/toast'; import { SocketContext } from '../components/socketContext'; +import { Footer } from '../components/footer'; import PersonAddOutlinedIcon from '@material-ui/icons/PersonAddOutlined'; import AssignmentIndOutlinedIcon from '@material-ui/icons/AssignmentIndOutlined'; @@ -320,6 +321,7 @@ export default function AccountPage() { <RecentGames games={gameInfo?.games}/> </Vierkant> </CenteredPage> + <Footer/> </div> } |