Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tauri-on-bazel
tauri-on-bazel
/
frontend
/
desktop
/
app
/
play
/
(marketing)
/
blog
/
page.tsx
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/tauri-js-rs
feature/tauri-js-rs
main
tsx
3 lines
108 Bytes
Copy permalink
Copy
Raw
1
export
default
function
Page
()
{
2
return
<
h1
className
=
"text-xl font-medium text-gray-400/80"
>
Blog
</
h1
>;
3
}