Open Crash-- opened 4 years ago
Currently we do not expose all the cozy-sharing's API from ./index so we have to import files form /dist/path/stuff. Apps should not know the structure of the lib.
./index
/dist/path/stuff
(seems we have already have discussed about that idea here https://github.com/cozy/cozy-libs/issues/887)
Currently we do not expose all the cozy-sharing's API from
./index
so we have to import files form/dist/path/stuff
. Apps should not know the structure of the lib.