update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { View, Text } from "react-native";
|
||||
import React from "react";
|
||||
import Page from "../../layouts/Page";
|
||||
import { background } from "../../assets";
|
||||
|
||||
const ComposeSong = () => {
|
||||
return <Page backgroundImg={background.studioBG2}></Page>;
|
||||
};
|
||||
|
||||
export default ComposeSong;
|
||||
Reference in New Issue
Block a user