Files
musicland/index.web.js
T
Philip Cesar Garay 84fc719a10 update
2025-07-31 21:25:33 +08:00

7 lines
139 B
JavaScript

import { registerRootComponent } from "expo";
import "./src/styles/css/global.css";
import App from "./App";
registerRootComponent(App);