export default async function Page() { const { constUsed } = await import('../../lib/const-module') return
{constUsed()}
}