diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index f37acad..eaa250d 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -8,6 +8,7 @@ import {StatsComponent} from './pages/stats/stats.component';
import {GamenightComponent} from './pages/gamenight/gamenight.component';
import {HeaderComponent} from './components/header/header.component';
import {ProfileComponent} from './components/profile/profile.component';
+import { AddGameComponent } from './components/add-game/add-game.component';
@NgModule({
declarations: [
@@ -16,7 +17,8 @@ import {ProfileComponent} from './components/profile/profile.component';
StatsComponent,
GamenightComponent,
HeaderComponent,
- ProfileComponent
+ ProfileComponent,
+ AddGameComponent
],
imports: [
BrowserModule,
diff --git a/src/app/components/add-game/add-game.component.html b/src/app/components/add-game/add-game.component.html
new file mode 100644
index 0000000..25be637
--- /dev/null
+++ b/src/app/components/add-game/add-game.component.html
@@ -0,0 +1,29 @@
+
Illegal amount of players!
+ +