1 2 3 4 5 6 7 8 9 10
import { Logo } from "@ui/assets/Logo" export const GetStarted = () => { return ( <div> <Logo /> <h1>Get Started</h1> </div> ) }