This commit is contained in:
Philip Cesar Garay
2025-08-05 21:04:28 +08:00
parent e22b87bd49
commit d08ec7b778
24 changed files with 994 additions and 78 deletions
+10
View File
@@ -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;