import React from 'react'; import { Anchor, Row, Col } from 'antd'; const { Link } = Anchor; const App: React.FC = () => (
); export default App;