chore(deps): update @elysiajs/html to version 1.1.1
This commit is contained in:
parent
5fe0b79802
commit
e8ed10dde8
6 changed files with 35 additions and 9 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue