const App = `import {Card, CardBody} from "@nextui-org/react"; export default function App() { return (

Make beautiful websites regardless of your design experience.

); }`; const react = { "/App.jsx": App, }; export default { ...react, };