import AstroSample from "./sample.astro";
export const title = "Sample MDX";
export const Header = () => {
return (
<header>
<h1>{title}</h1>
</header>
);
};
<Header />
## Contents
- Section 1
- Section 2
<AstroSample />