diff options
Diffstat (limited to 'packages/integrations/mdx/test/fixtures/mdx-optimize/src/components/Strong.astro')
-rw-r--r-- | packages/integrations/mdx/test/fixtures/mdx-optimize/src/components/Strong.astro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/integrations/mdx/test/fixtures/mdx-optimize/src/components/Strong.astro b/packages/integrations/mdx/test/fixtures/mdx-optimize/src/components/Strong.astro new file mode 100644 index 000000000..3c0b39ffc --- /dev/null +++ b/packages/integrations/mdx/test/fixtures/mdx-optimize/src/components/Strong.astro @@ -0,0 +1,3 @@ +<strong {...Astro.props} class="custom-strong"> + <slot /> +</strong> |