We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccef213 commit befb50aCopy full SHA for befb50a
src/index.ts
@@ -3,10 +3,6 @@
3
* @module ng1
4
*/ /** */
5
6
-import * as core from "@uirouter/core";
7
-export { core };
8
-export * from "@uirouter/core";
9
-
10
export * from "./interface";
11
export * from "./services";
12
export * from "./statebuilders/views";
@@ -20,3 +16,8 @@ import "./directives/viewDirective";
20
16
import "./viewScroll";
21
17
22
18
export default "ui.router";
19
+
+import * as core from "@uirouter/core";
+export { core };
+export * from "@uirouter/core";
23
0 commit comments