2022-03-19 21:56:43 +05:30

16 lines
245 B
TypeScript

const App = `import { Pagination } from '@nextui-org/react';
export default function App() {
return (
<Pagination rounded total={10} initialPage={6} />
);
}`;
const react = {
'/App.js': App
};
export default {
...react
};