Skip to content

Commit

Permalink
chore: Update type import statement for DialogProps in command.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Jul 5, 2024
1 parent 361a7b0 commit 8b5baaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/command.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react"
import { type DialogProps } from "@radix-ui/react-dialog"
import type { DialogProps } from "@radix-ui/react-dialog"
import { Terminal } from "lucide-react"
import { Command as CommandPrimitive } from "cmdk"

Expand Down

0 comments on commit 8b5baaa

Please sign in to comment.