Components
Loading preview...
import ProfileSettings from "@/components/ui/profile-settings";
export default function DemoOne() {
return (
<>
<div className="w-[95%]">
<ProfileSettings />
</div>
</>
);
}
Part of HextaUI — browse the full library on 21st.dev.