Files
web/app/[lang]/(live)/@languageSwitcher/[...paths]/error.tsx
2024-06-14 07:52:16 +02:00

7 lines
117 B
TypeScript

"use client"
export default function Error({ error }: any) {
// Don't return any content if error
return null
}