import React from 'react'; import { ConfigProvider, Pagination } from 'antd'; const App: React.FC = () => (
); export default App;