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