Add conditional desktop/mobile rendering
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export function MobileApp() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Mobile</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user