export function doThings() {
console.log( 'doing things...' );
}
export const number = 42;
export var setting = 'no';