Components
A confirmation screen component with confetti animation, typically used after account creation.
Loading preview...
import WelcomeComponent from "@/components/ui/welcome";
export default function Welcome() {
return <WelcomeComponent />;
}