summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-namespace/src/components/Component.jsx
blob: 19a3d9c193cdee4b31bd4efaafb968afe7025c15 (plain) (blame)
1
2
3
4
5
6
const Component = () => {
  return <p id="component">Hello world</p>;
};
export const ns = {
	Component
}