feat(react-lib): add index.ts file
This commit creates a new index.ts file in the react/lib package. It exports from 'vcn' and 'Slot' modules, optimizing the package for component and slot usage.
This commit is contained in:
parent
c201df67ce
commit
139d02eb9b
2
packages/react/lib/index.ts
Normal file
2
packages/react/lib/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export * from "./vcn";
|
||||
export * from "./Slot";
|
Loading…
x
Reference in New Issue
Block a user