import React from 'react'; import { Pagination } from 'antd'; const App: React.FC = () => ( <>

); export default App;