const app = `import "./styles.css"; import Child from "./Child"; const testData = { name: "xfy", age: 18 }; export default function App() { return (

Hello CodeSandbox

Start editing to see some magic happen!

); }`; export default app;