const App = `import {Table, TableHeader, TableColumn, TableBody, TableRow, TableCell} from "@nextui-org/react";
export default function App() {
return (
NAME
ROLE
STATUS
Tony Reichert
CEO
Active
Zoey Lang
Technical Lead
Paused
Jane Fisher
Senior Developer
Active
William Howard
Community Manager
Vacation
);
}`;
const react = {
"/App.jsx": App,
};
export default {
...react,
};