Files
profen/src/pages/Home.jsx
2026-07-08 09:05:15 +00:00

7 lines
179 B
JavaScript

import contentHtml from '../data/home-content.html?raw'
import SafeHtml from '../components/SafeHtml'
export default function Home() {
return <SafeHtml html={contentHtml} />
}