summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/render-with-components/src/components/CounterWrapper.astro
blob: e45ac64381527597dcee130d2b9301753ab799ff (plain) (blame)
1
2
3
4
5
---
import Counter from './Counter';
---

<Counter client:load />