chore: cleanup

This commit is contained in:
Adam 2025-12-17 16:04:33 -06:00
parent f949755367
commit d359e086a4
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -59,7 +59,6 @@ interface ErrorPageProps {
export const ErrorPage: Component<ErrorPageProps> = (props) => {
const platform = usePlatform()
console.log("ErrorPage", props.error)
return (
<div class="relative flex-1 h-screen w-screen min-h-0 flex flex-col items-center justify-center">
<div class="w-2/3 max-w-3xl flex flex-col items-center justify-center gap-8">