This commit is contained in:
2025-08-23 18:01:23 +09:00
parent d5ff17074f
commit e79688783e
28 changed files with 126 additions and 131 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import ErrorScreen from '@/components/ErrorScreen'
export default () => <ErrorScreen status={404} />
export default () => <ErrorScreen status={404}/>