const App = `import {Alert} from "@nextui-org/react"; export default function App() { return (
A solid variant alert A bordered variant alert A flat variant alert
); }`; const react = { "/App.jsx": App, }; export default { ...react, };