feat: Create initial landing page (CAS-8) (!11)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: https://git.simonis.lol/projects/casino/pulls/11 Reviewed-by: Constantin Simonis <constantin@simonis.lol> Reviewed-by: lziemke <lea.z4@schule.bremen.de>
This commit is contained in:
parent
35bfa3be7f
commit
2cd1c6d8fd
3 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import {LandingPageComponent} from "./landing-page/landing-page.component";
|
||||
|
||||
export const routes: Routes = [];
|
||||
export const routes: Routes = [
|
||||
{ path: '', component: LandingPageComponent }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue