So after creating #21 I now realize why I came to the conclusion import did not work. If you try `export * from 'myfile'`, you will get the following console output: <img width="638" alt="screen shot 2018-02-10 at 12 44 02 am" src="https://user-images.githubusercontent.com/1448289/36060305-afed46a6-0dfb-11e8-88e3-625fe026f3d1.png"> And if I remember correctly, imports dont work this way as well. Thank you!