aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx7
1 files changed, 4 insertions, 3 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index bd7100e..ff4e2b7 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,4 +1,4 @@
-import { CSSProperties, Component, useEffect } from 'react';
+import { CSSProperties, Component } from 'react';
import axios from 'axios';
import { userInfo } from '../api/api';
@@ -82,8 +82,9 @@ export default class HomePage extends Component {
return <div>
<NavBar/>
<ToastArea>
- <Toast text="Gert" icon={<VideogameAssetIcon style={{ fontSize: 32 }}/>}/>
- <Toast text="Gert"/>
+ <Toast text="Met icoon" icon={<VideogameAssetIcon style={{ fontSize: 32 }}/>}/>
+ <Toast text="Confirmation" type="confirmation"/>
+ <Toast text="Error" type="error"/>
</ToastArea>
<CenteredPage width={802}>
<PageTitle>4 op een rij</PageTitle>