import { Row, Col, Switch, Typography, Card, Space } from 'antd' import IonIcon from '@sentre/antd-ionicon' const Notification = () => { return ( Push notifications Show good new things. ) } export default Notification