diff --git a/src/app/mobile/page.jsx b/src/app/mobile/page.jsx new file mode 100644 index 00000000..ed266673 --- /dev/null +++ b/src/app/mobile/page.jsx @@ -0,0 +1,9 @@ +import React from 'react' + +const mobile = () => { + return ( +
mobile
+ ) +} + +export default mobile \ No newline at end of file