[WEB-4661] fix: move helpers file into utils #7568
This commit is contained in:
parent
a085c0ec62
commit
047080a66f
59 changed files with 68 additions and 72 deletions
|
|
@ -6,7 +6,7 @@ import { ModalCore } from "./modal-core";
|
|||
// constants
|
||||
import { EModalPosition, EModalWidth } from "./constants";
|
||||
// helpers
|
||||
import { cn } from "../../helpers";
|
||||
import { cn } from "../utils";
|
||||
|
||||
export type TModalVariant = "danger" | "primary";
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { Dialog, Transition } from "@headlessui/react";
|
|||
// constants
|
||||
import { EModalPosition, EModalWidth } from "./constants";
|
||||
// helpers
|
||||
import { cn } from "../../helpers";
|
||||
import { cn } from "../utils";
|
||||
|
||||
type Props = {
|
||||
children: React.ReactNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue