UNPKG

fraction.io

Version:

Your personalized community aggregator.

10 lines (8 loc) 108 B
'use strict'; Routes.root = { name: 'root', path: '/', action: () => { Router.go('/hot'); } };