6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
import NotificationPage, { getServerSideProps as getSSProps } from './index'
|
|
|
|
export const getServerSideProps = getSSProps
|
|
|
|
export default NotificationPage
|