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