Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Oct 31, 2023
1 parent 7ee97cd commit 2430a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app/components/profile/complete-profile-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import { Platform } from "react-native";
import { Button, GradientButton } from "@showtime-xyz/universal.button";
import { useRouter } from "@showtime-xyz/universal.router";

import { useOnboardingPromise } from "app/components/onboarding";
import { useUser } from "app/hooks/use-user";

import { useOnboardingPromise } from "../onboarding";

export const CompleteProfileButton = ({ isSelf }: { isSelf: boolean }) => {
const router = useRouter();
const { isIncompletedProfile } = useUser();
Expand Down

0 comments on commit 2430a29

Please sign in to comment.