Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 9 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 14.29% |
Changes | 3 | ||
Bugs | 0 | Features | 1 |
1 | import App from "app"; |
||
2 | import Application from "./Application"; |
||
3 | 4 | import NotFound from "./NotFound"; |
|
4 | |||
5 | require("./base/index"); |
||
6 | require("./pages/index"); |
||
7 | |||
8 | App.components.Application = Application; |
||
9 | App.components.NotFound = NotFound; |
||
10 | |||
11 |