namespace folksprak.words { /** */ export function main() : void { Promise.resolve(undefined) .then(() => folksprak.words.conf.setup()) .then(() => folksprak.words.pages.setup()) .then(() => {folksprak.words.pages.load('portal', {});}) ; } }