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

hello world