Origin1 Tech

Results 2 issues of Origin1 Tech

Any chance of getting some @types/router typings published? Or are there any floating around that we can make official and publish.

help wanted
discuss

Import statements in ES6 get treated as object when written as ``` import {SomeClass} form './some/path' ``` results in: ``` import { SomeClass }from './some/path ``` Happy to look into...