[WEB-4748] chore: propel utils (#7662)
* chore: tailwind merge added to propel * chore: classname utils updated * chore: utils import alias added * chore: code refactor * chore: code refactor * chore: code refactor * chore: code refactor * chore: code refactor
This commit is contained in:
parent
3b3bd3e54e
commit
aef465415b
19 changed files with 29 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as React from "react";
|
||||
|
||||
import { cn } from "@plane/utils";
|
||||
import { cn } from "../utils/classname";
|
||||
|
||||
const Table = React.forwardRef<React.ComponentRef<"table">, React.ComponentPropsWithoutRef<"table">>(
|
||||
({ className, ...props }, ref) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue