File size: 190 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
import { SharedPage } from '../../components/shared-page'
import React from 'react'
export const runtime = 'edge'
export default function Page() {
return <SharedPage runtime="edge" />
}
|