Skip to content

Commit

Permalink
fix: cn helper function inport error (#6244)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored Dec 20, 2024
1 parent 119d343 commit 3c8c657
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import { forwardRef, useCallback, useEffect, useImperativeHandle, useLayoutEffect, useRef, useState } from "react";
import { Editor } from "@tiptap/react";
import { v4 as uuidv4 } from "uuid";
// plane utils
import { cn } from "@plane/utils";
// helpers
import { cn } from "@/helpers/common";
import { DROPDOWN_NAVIGATION_KEYS, getNextValidIndex } from "@/helpers/tippy";
// types
import { TMentionHandler, TMentionSection, TMentionSuggestion } from "@/types";
Expand Down

0 comments on commit 3c8c657

Please sign in to comment.