feat(new-hotel): add new hotel creation functionality

This commit is contained in:
Jan K9f 2024-11-26 08:48:07 +01:00
commit a069e2f630
Signed by: jank
GPG key ID: B267751B8AE29EFE
9 changed files with 97 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<body class="bg-pink-600">
<app-root></app-root>
</body>
</html>