diff --git a/src/components/Dialog/LandscapeNotice.tsx b/src/components/Dialog/LandscapeNotice.tsx index 3cad72c..bd10077 100644 --- a/src/components/Dialog/LandscapeNotice.tsx +++ b/src/components/Dialog/LandscapeNotice.tsx @@ -1,5 +1,6 @@ import { Result } from 'antd'; +import { RotateLeftOutlined } from '@ant-design/icons'; -const LandscapeNotice = () => ; +const LandscapeNotice = () => } />; export default LandscapeNotice;