diff --git a/src/assets/compressed-images/fwt.avif b/src/assets/compressed-images/fwt.avif index dc7b89e..35f56c3 100644 Binary files a/src/assets/compressed-images/fwt.avif and b/src/assets/compressed-images/fwt.avif differ diff --git a/src/assets/compressed-images/fwt.webp b/src/assets/compressed-images/fwt.webp index 484b34f..32033be 100644 Binary files a/src/assets/compressed-images/fwt.webp and b/src/assets/compressed-images/fwt.webp differ diff --git a/src/builtin-components/Page/Page.sass b/src/builtin-components/Page/Page.sass deleted file mode 100644 index 3d97ca8..0000000 --- a/src/builtin-components/Page/Page.sass +++ /dev/null @@ -1,15 +0,0 @@ -.page - margin: 2rem - height: auto - -.column - @extend .page - display: flex - flex-direction: column - text-align: center - justify-content: center - align-items: center - -.row - @extend .column - flex-direction: row diff --git a/src/builtin-components/Page/Page.tsx b/src/builtin-components/Page/Page.tsx deleted file mode 100644 index d16977f..0000000 --- a/src/builtin-components/Page/Page.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import './Page.sass' -import { Show, Switch, Match } from 'solid-js' - -interface Props { - children?: any - alignment?: 'row' | 'column' -} - -export default (props: Props) => { - return ( - <> - -
{props.children}
-
- -
{props.children}
-
- - ) -} diff --git a/src/components/Counter/Counter.sass b/src/components/Counter.sass similarity index 100% rename from src/components/Counter/Counter.sass rename to src/components/Counter.sass diff --git a/src/components/Counter/Counter.tsx b/src/components/Counter.tsx similarity index 100% rename from src/components/Counter/Counter.tsx rename to src/components/Counter.tsx