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