8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
"use client"
|
|
|
|
import MyPagesMobileDropdown from "@/components/Current/Header/MyPagesMobileDropdown"
|
|
|
|
export default function Error() {
|
|
return <MyPagesMobileDropdown navigation={null} />
|
|
}
|