9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
---
|
|
import Zine from '../../layouts/zine.astro'
|
|
import { FeedSettings } from '../../components/Views/FeedSettings'
|
|
---
|
|
|
|
<Zine>
|
|
<FeedSettings client:load />
|
|
</Zine>
|