some message

This commit is contained in:
Dhravya Shah 2025-09-18 17:33:22 -07:00
parent 53eeadccca
commit 8ff5b8ffdf

View file

@ -0,0 +1,10 @@
import { Logo } from "@ui/assets/Logo"
export const GetStarted = () => {
return (
<div>
<Logo />
<h1>Get Started</h1>
</div>
)
}