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