Skip to content

Commit

Permalink
add the "map"
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Jul 22, 2024
1 parent b2deafa commit fd01869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/[locale]/(main)/map/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import PageLayout from '@/components/pageLayout'
import PageClient from './page.client'

export const runtime = 'edge'

export default async function Page() {
return (
<PageLayout title={'Map'}>
Expand Down

0 comments on commit fd01869

Please sign in to comment.