Files
web/app/[lang]/(live)/@header/error.tsx

6 lines
64 B
TypeScript

"use client"
export default function Error() {
return null
}