refactor: remove css classes
This commit is contained in:
parent
cbb7414932
commit
3c6a756666
|
@ -13,9 +13,7 @@ import "@/styles/globals.scss";
|
|||
<title>Astro</title>
|
||||
</head>
|
||||
<body>
|
||||
<main
|
||||
class="flex h-screen max-h-screen flex-col items-center justify-between"
|
||||
>
|
||||
<main>
|
||||
<App client:only="react" />
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue