Skip to content

Commit

Permalink
Merge pull request #687 from illacloud/fix/react-import
Browse files Browse the repository at this point in the history
fix: add breadcrumb link to react
  • Loading branch information
AruSeito committed Apr 18, 2023
2 parents ac4155a + ca7ad38 commit 1267783
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@illa-design/theme": "workspace:*",
"@illa-design/config-provider": "workspace:*",
"@illa-design/avatar": "workspace:*",
"@illa-design/breadcrumb": "workspace:*",
"@illa-design/icon": "workspace:*",
"@illa-design/image": "workspace:*",
"@illa-design/tag": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from "@illa-design/system"
export * from "@illa-design/theme"
export * from "@illa-design/config-provider"
export * from "@illa-design/avatar"
export * from "@illa-design/breadcrumb"
export * from "@illa-design/icon"
export * from "@illa-design/image"
export * from "@illa-design/tag"
Expand Down
2 changes: 2 additions & 0 deletions packages/react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default defineConfig({
"@illa-design/theme",
"@illa-design/config-provider",
"@illa-design/avatar",
"@illa-design/breadcrumb",
"@illa-design/icon",
"@illa-design/image",
"@illa-design/tag",
Expand Down Expand Up @@ -106,6 +107,7 @@ export default defineConfig({
"@illa-design/theme": "@illa-design/theme",
"@illa-design/config-provider": "@illa-design/config-provider",
"@illa-design/avatar": "@illa-design/avatar",
"@illa-design/breadcrumb": "@illa-design/breadcrumb",
"@illa-design/icon": "@illa-design/icon",
"@illa-design/image": "@illa-design/image",
"@illa-design/tag": "@illa-design/tag",
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1267783

Please sign in to comment.