Skip to content

Commit

Permalink
docs(alert): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawkins11 committed Oct 3, 2023
1 parent 524e4b8 commit b7b0edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/registry/default/example/alert-demo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Terminal, Waves } from "lucide-react"
import { Terminal } from "lucide-react"

import {
Alert,
Expand Down
2 changes: 1 addition & 1 deletion apps/www/registry/default/example/alert-destructive.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AlertCircle, FileWarning, Terminal } from "lucide-react"
import { AlertCircle } from "lucide-react"

import {
Alert,
Expand Down

0 comments on commit b7b0edd

Please sign in to comment.