webapp/src/pages/feed/settings.astro

9 lines
166 B
Plaintext
Raw Normal View History

2022-09-09 11:53:35 +00:00
---
import Zine from '../../layouts/zine.astro'
import { FeedSettings } from '../../components/Views/FeedSettings'
---
<Zine>
<FeedSettings client:load />
</Zine>