mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
7 lines
120 B
Text
7 lines
120 B
Text
---
|
|
import { languageTag } from '../paraglide/runtime'
|
|
|
|
import BaseLayout from 'layouts/base.astro'
|
|
---
|
|
|
|
<BaseLayout />
|