Move all Sources into src and use re-exports in index.js
By using re-exports in index.js we can move all the source files around without breaking any of the users. This should give us more flexibility in the future.
By using re-exports in index.js we can move all the source files around without breaking any of the users. This should give us more flexibility in the future.
added To Do label
changed title from Move all Source into src and use re-exports in index.js to Move all Sources into src and use re-exports in index.js