6 lines
156 B
JavaScript
Raw Normal View History

import NotificationPage, { getServerSideProps as getSSProps } from './index'
export const getServerSideProps = getSSProps
export default NotificationPage