Skip to content

Commit

Permalink
Fix header import
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmosesman committed Apr 9, 2024
1 parent 69b5073 commit 7d87904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(authenticated)/embedded-portal/embedded-portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import {
ArrowsPointingInIcon,
ArrowsPointingOutIcon,
} from "@heroicons/react/24/outline";
import HeaderContent from "@/app/(authenticated)/project-onboarding/header-content";
import {
EMBEDDED_PORTAL_ITEM,
EMBEDDED_PORTAL_INITIAL_STEPS,
} from "@/lib/workflow-constants";
import { Step } from "@/components/shared/step-list";
import HeaderContent from "@/components/shared/header-content";

export default function EmbeddedPortal({
flatfileSpaceId,
Expand Down

0 comments on commit 7d87904

Please sign in to comment.