chore: fix type errors and update bun sql syntax
This commit is contained in:
parent
b9fe32053c
commit
ae2455e73e
9 changed files with 325 additions and 398 deletions
|
|
@ -1,4 +1,7 @@
|
|||
export const BaseHtml = ({ children, title = "ConvertX" }) => (
|
||||
export const BaseHtml = ({
|
||||
children,
|
||||
title = "ConvertX",
|
||||
}: { children: JSX.Element; title?: string }) => (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue