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:
p-sw 2024-06-14 23:29:06 +09:00
parent c201df67ce
commit 139d02eb9b

View File

@ -0,0 +1,2 @@
export * from "./vcn";
export * from "./Slot";