Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit fadb6dd

Browse files
authored
fix(examples): import alert component by correct lib name. (#1605)
1 parent 660ad42 commit fadb6dd

File tree

1 file changed

+1
-1
lines changed
  • examples/monorepo-separate-docs/packages/docs/src/components

1 file changed

+1
-1
lines changed

examples/monorepo-separate-docs/packages/docs/src/components/Alert.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu: Components
44
---
55

66
import { Playground, Props } from 'docz'
7-
import Alert from 'Alert'
7+
import Alert from 'alert'
88

99
# Alert
1010

0 commit comments

Comments
 (0)