This commit is contained in:
Patrick Alvin Alcala 2025-08-29 13:17:03 +08:00
parent 45979258ba
commit 07efa29c17
2 changed files with 2 additions and 3 deletions

View file

@ -1,13 +1,12 @@
.page
margin: 2rem
height: auto
min-height: 90vh
.column
@extend .page
display: flex
flex-direction: column
text-align: center
justify-content: center
align-items: center
.row

View file

@ -1,5 +1,5 @@
import './Page.sass'
import { Show, Switch, Match } from 'solid-js'
import { Show } from 'solid-js'
interface Props {
children?: any