mars-v2-frontend/src/pages/MobilePage.tsx
Linkie Link 6efe2c71a0
Mp 2784 mobile not supported screen (#358)
* MP-2784: first itteration of the mobile support screen

* fix: fixed the AccountSummary

* MP-2784: mobile not supported

* fix: v1 is not v1.0

* fix: fixed according to feedback

* fix: created a standalone mobile page
2023-08-14 10:32:49 +02:00

6 lines
137 B
TypeScript

import MobileNotSupported from 'components/MobileNotSupported'
export default function MobilePage() {
return <MobileNotSupported />
}