import React from 'react'; import { Alert, ConfigProvider, Input, Typography } from 'antd'; const App: React.FC = () => ( <> Open single page to check the console ); export default App;