UNPKG

fraction.io

Version:

Your personalized community aggregator.

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