1
Fork 0

Add an import to MDX for testing no-unused-vars.

This commit is contained in:
Bauke 2022-12-03 18:22:40 +01:00
parent 3f594c3287
commit a5ef541133
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import AstroSample from "./sample.astro";
export const title = "Sample MDX";
export const Header = () => {
@ -14,3 +16,5 @@ export const Header = () => {
- Section 1
- Section 2
<AstroSample />