export { config as notConfig } from '../../config' export const getServerSideProps = () => { return { props: {}, } } export default () => <p>hello world</p>