8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
---
|
|
import Base from '../../layouts/Base.astro';
|
|
import CommunityView from '../../components/CommunityView.svelte';
|
|
---
|
|
<Base title="Community — BincioActivity">
|
|
<CommunityView base={import.meta.env.BASE_URL} client:only="svelte" />
|
|
</Base>
|