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.
Edited by Reiter, Christoph
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.