mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: cleanup
This commit is contained in:
parent
f949755367
commit
d359e086a4
1 changed files with 0 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue