import content from '@/content.md' import Markdown from 'react-markdown' import styles from './Content.module.css' export function Content() { return {content} }