Skip to content

Commit

Permalink
Remove utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Jan 11, 2024
1 parent 6874006 commit a7b9bd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"zx": "^1.15.2"
},
"peerDependencies": {
"@curiousleaf/utils": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import {
forwardRef,
isValidElement,
} from "react"
import { getInitials } from "@curiousleaf/utils"
import * as Primitive from "@radix-ui/react-avatar"
import { Slot } from "@radix-ui/react-slot"
import { IconUser } from "@tabler/icons-react"
import { VariantProps } from "cva"
import { Loader } from "../Loader"
import { cx } from "../shared/cva"
import { getInitials } from "../shared/helpers"
import { isReactElement } from "../shared/helpers"
import {
avatarFallbackVariants,
Expand Down

0 comments on commit a7b9bd8

Please sign in to comment.