await Promise.resolve('tadaa') export default function Config() { const date = new Date() return (

Config page loaded at: {date.toJSON()}

) }