6efe2c71a0
* 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
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import MobileNotSupported from 'components/MobileNotSupported'
|
|
|
|
export default function MobilePage() {
|
|
return <MobileNotSupported />
|
|
}
|