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
/
(checkout)
/
checkout
/
page.tsx
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/tauri-js-rs
feature/tauri-js-rs
main
tsx
3 lines
112 Bytes
Copy permalink
Copy
Raw
1
export
default
function
Page
()
{
2
return
<
h1
className
=
"text-xl font-medium text-gray-400/80"
>
Checkout
</
h1
>;
3
}