feature/tauri-js-rs
tsx 3 lines 108 Bytes
Raw
1 export default function Page() {
2 return <h1 className="text-xl font-medium text-gray-400/80">Blog</h1>;
3 }