+
404
+
The page you are looking for does not exist.
+
diff --git a/frontend/src/app/components/page-not-found/page-not-found.component.scss b/frontend/src/app/components/page-not-found/page-not-found.component.scss
new file mode 100644
index 0000000..e69de29
diff --git a/frontend/src/app/components/page-not-found/page-not-found.component.spec.ts b/frontend/src/app/components/page-not-found/page-not-found.component.spec.ts
new file mode 100644
index 0000000..548cdc7
--- /dev/null
+++ b/frontend/src/app/components/page-not-found/page-not-found.component.spec.ts
@@ -0,0 +1,25 @@
+import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
+
+import { PageNotFoundComponent } from './page-not-found.component';
+
+describe('PageNotFoundComponent', () => {
+ let component: PageNotFoundComponent;
+ let fixture: ComponentFixture