Skip to content

Commit

Permalink
Solving build
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-morales-flores-1996 committed Jun 5, 2024
1 parent 32fc0cd commit 412aa8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/extensive/WelcomeTour/WelcomeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { FC } from "react";

import Button from "@/components/elements/Button/Button";
import Text from "@/components/elements/Text/Text";
import { ModalBase } from "@/components/extensive/Modal/Modal";
import { zendeskSupportLink } from "@/constants/links";

import { ModalBase } from "../Modal/ModalsBases";

interface IModalProps {
onSkip: () => void;
onDontShowAgain: () => void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as yup from "yup";
import Button from "@/components/elements/Button/Button";
import Input from "@/components/elements/Inputs/Input/Input";
import Text from "@/components/elements/Text/Text";
import { ModalBase } from "@/components/extensive/Modal/Modal";
import { ModalBase } from "@/components/extensive/Modal/ModalsBases";
import { useModalContext } from "@/context/modal.provider";
import { useToastContext } from "@/context/toast.provider";
import { usePostV2ProjectsUUIDInvite } from "@/generated/apiComponents";
Expand Down

0 comments on commit 412aa8f

Please sign in to comment.