6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
|
import MobileNotSupported from 'components/MobileNotSupported'
|
||
|
|
||
|
export default function MobilePage() {
|
||
|
return <MobileNotSupported />
|
||
|
}
|