This commit is contained in:
Patrick Alvin Alcala 2025-09-04 12:42:29 +08:00
parent da0c2f659e
commit 88febbb241

View file

@ -29,7 +29,6 @@ export default (props: Props) => {
<body class={props.font}>{props.children}</body> <body class={props.font}>{props.children}</body>
</html> </html>
s
</> </>
) )
} }