Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Oct 29, 2024
1 parent 7c072f3 commit 27f4416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
lib
yarn-error.log
4 changes: 0 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export const RightOutlined = createLazyIconComponent(
lazy(() => import("@ant-design/icons/RightOutlined"))
)

export const DisconnectOutlined = createLazyIconComponent(
lazy(() => import("@ant-design/icons/DisconnectOutlined"))
)

export const DownloadOutlined = createLazyIconComponent(
lazy(() => import("@ant-design/icons/DownloadOutlined"))
)
Expand Down

0 comments on commit 27f4416

Please sign in to comment.