diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 2a24fc7..830a671 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -28,6 +28,7 @@ import {SampleComponent} from './sample/sample.component';
import {ApiService} from './services/api.service';
import {SettingsComponent} from './settings/settings.component';
import { LabelLayoutComponent } from './label-layout/label-layout.component';
+import { PrintLayoutComponent } from './print-layout/print-layout.component';
/**
* This function is used internal to get a string instance of the `` value from `index.html`.
@@ -56,6 +57,7 @@ export function getBaseHref(platformLocation: PlatformLocation): string {
SettingsComponent,
PrintComponent,
LabelLayoutComponent,
+ PrintLayoutComponent,
],
imports: [
BrowserAnimationsModule,
diff --git a/src/app/count/count.component.html b/src/app/count/count.component.html
index 6979625..ba4591a 100644
--- a/src/app/count/count.component.html
+++ b/src/app/count/count.component.html
@@ -1 +1,42 @@
-
count works!
+
+
+
+
Change Settings
+
+
+
+
+ Number of people in line
+
+ This field is required.
+ Please enter a number greater than or equal to 0.
+
+
+
+
+
+
+
+
+