_init.js 107 B

1234
  1. // Export Router Instance
  2. FlowRouter = new Router();
  3. FlowRouter.Router = Router;
  4. FlowRouter.Route = Route;