Skip to content

Commit

Permalink
fix x6/src/shape/index.ts repeated export (#4404)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaodalin19903 committed Aug 27, 2024
1 parent cfc1b67 commit 6e31b96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/x6/src/shape/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
export * from './rect'
export * from './edge'
export * from './rect'
export * from './ellipse'
export * from './polygon'
export * from './polyline'
export * from './path'
export * from './text-block'
export * from './image'
export * from './edge'
export * from './circle'
export * from './html'

0 comments on commit 6e31b96

Please sign in to comment.