feat(new-hotel): add new hotel creation functionality
This commit is contained in:
parent
0a0378e1c4
commit
a069e2f630
9 changed files with 97 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue