mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 10:11:16 +02:00
Feature: Implement CreateProfileForm component and update onboarding page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { UpdateProfileForm } from "@/components/UpdateProfileForm";
|
||||
import { CreateProfileForm } from "@/components/CreateProfileForm";
|
||||
import { useEffect } from "react";
|
||||
|
||||
export default function OnboardingCreateProfile() {
|
||||
@@ -12,7 +12,7 @@ export default function OnboardingCreateProfile() {
|
||||
<>
|
||||
<div className="flex flex-col items-center py-6 px-6">
|
||||
<h1>Step 2: Create Profile</h1>
|
||||
<UpdateProfileForm />
|
||||
<CreateProfileForm />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user