UNPKG

ryuu

Version:

Domo App Dev Studio CLI, The main tool used to create, edit, and publish app designs to Domo

11 lines 248 B
(function () { function init() { var router = new Router([ new Route('home', true), new Route('leads'), new Route('opportunities'), new Route('reports') ]); } init(); }());