diff options
Diffstat (limited to 'web/src/components/Base.astro')
-rw-r--r-- | web/src/components/Base.astro | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/src/components/Base.astro b/web/src/components/Base.astro deleted file mode 100644 index 73ce48c..0000000 --- a/web/src/components/Base.astro +++ /dev/null @@ -1,12 +0,0 @@ ---- -import Head, {type Props as HeadProps} from "./Head.astro"; - -type Props = {} & HeadProps; ---- - -<html> -<Head {...Astro.props}></Head> -<body> - -</body> -</html> |