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

7 lines
103 B
TypeScript

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