feat: update ExamplePage to display example text

This commit is contained in:
Firman Ramdhani
2026-02-27 11:46:33 +07:00
parent 2a1331d823
commit 8bfa66111a
@@ -1,3 +1,3 @@
export default function ExamplePage() { export default function ExamplePage() {
return <div></div>; return <div>example</div>;
} }