Skip to content

Commit

Permalink
fix(examples): import alert component by correct lib name. (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikelong committed Jun 3, 2021
1 parent 660ad42 commit fadb6dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu: Components
---

import { Playground, Props } from 'docz'
import Alert from 'Alert'
import Alert from 'alert'

# Alert

Expand Down

0 comments on commit fadb6dd

Please sign in to comment.