1
0
Fork 0
mirror of https://github.com/sbrl/powahroot.git synced 2025-05-17 01:10:48 +00:00
powahroot/index.mjs

8 lines
100 B
JavaScript
Raw Normal View History

2019-04-26 23:35:10 +01:00
"use strict";
import Router as ServerRouter from './Server/Router.mjs';
export {
ServerRouter
};