my-fleetbo-react-v1 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/App.jsx
CHANGED
|
@@ -11,7 +11,7 @@ import AuthRouter from "./app/core/AuthRouter";
|
|
|
11
11
|
import NotFound from './app/core/NotFound';
|
|
12
12
|
|
|
13
13
|
// FLEETBO_IMPORTS
|
|
14
|
-
import Login from "./app/mocks/Login";
|
|
14
|
+
import Login from "./app/mocks/login/Login";
|
|
15
15
|
import SampleTab1 from './app/mocks/SampleTab1';
|
|
16
16
|
import SampleTab2 from './app/mocks/SampleTab2';
|
|
17
17
|
import SampleTab3 from './app/mocks/SampleTab3';
|
|
File without changes
|