Skip to content

Commit

Permalink
drawer - build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rDziuba-t-systems committed May 2, 2024
1 parent 65ffda4 commit a6fdec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/ui/dialog/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0

import { dialogVariants } from "@pixelshades/styles/components/dialog"
import { SquareX } from "@pixelshades/ui/icons"
import { SquareX } from "lucide-react"
import type React from "react"
import {
Dialog as AriaDialogContent,
Expand Down

0 comments on commit a6fdec9

Please sign in to comment.