asv-hlps 1.3.56 → 1.3.57
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Act from "../../acts/models/Act";
|
|
2
2
|
import Entry from "../../comptas/models/Entry";
|
|
3
|
-
import HousingRented from "../../estates/models
|
|
3
|
+
import { HousingRented } from "../../estates/models";
|
|
4
4
|
import Sale from "../../sales/models/Sale";
|
|
5
5
|
import User from "../../users/models/User";
|
|
6
6
|
import { BillCat } from "./BillCat";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Act from "../../acts/models/Act";
|
|
2
2
|
import Entry from "../../comptas/models/Entry";
|
|
3
|
-
import HousingRented from "../../estates/models
|
|
3
|
+
import { HousingRented } from "../../estates/models";
|
|
4
4
|
import Sale from "../../sales/models/Sale";
|
|
5
5
|
import User from "../../users/models/User";
|
|
6
6
|
import { BillCat } from "./BillCat";
|