chore(deps): update @elysiajs/html to version 1.1.1

This commit is contained in:
C4illin 2024-10-18 18:53:45 +02:00
parent 5fe0b79802
commit e8ed10dde8
6 changed files with 35 additions and 9 deletions

View file

@ -1,7 +1,12 @@
import { Html } from "@elysiajs/html";
export const BaseHtml = ({
children,
title = "ConvertX",
}: { children: JSX.Element; title?: string }) => (
}: {
children: JSX.Element;
title?: string;
}) => (
<html lang="en">
<head>
<meta charset="UTF-8" />