diff options
Diffstat (limited to 'packages/markdown/component/test/fixtures/astro-markdown/src/components/index.js')
-rw-r--r-- | packages/markdown/component/test/fixtures/astro-markdown/src/components/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/markdown/component/test/fixtures/astro-markdown/src/components/index.js b/packages/markdown/component/test/fixtures/astro-markdown/src/components/index.js new file mode 100644 index 000000000..e7cc94c58 --- /dev/null +++ b/packages/markdown/component/test/fixtures/astro-markdown/src/components/index.js @@ -0,0 +1,5 @@ +import Counter from './Counter'; + +export default { + Counter +} |