import Hello from '../../components/hello' export const config = { amp: true } export default () => ( <> {new Date().getTime()} )