I was under the impression that this syntax:
import Router from \'react-router\'; var {Link} = Router;
has the same final result as this:>
To do this:
import {purple, grey} from 'themeColors';
Without repeating export const for each symbol, just do:
export const
export const purple = '#BADA55', grey = '#l0l', gray = grey, default = 'this line actually causes an error';