bubble-dev / _

🍱 metarepo of many packages and various monorepos
52 stars 6 forks source link

`primitives/block` uses the same architecture as other primitives #332

Closed atilafassina closed 4 years ago

atilafassina commented 4 years ago

Every Primitive package uses the index.*.tsx to export its types and components from other files (types.ts and root.*.tsx respectively), Block was the only one escaping this pattern.