@sprucelabs/spruce-people-utils 1.0.23 → 1.0.26
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,4 +1,4 @@
|
|
|
1
|
-
import { SearchPerson } from '../../../types/people.types';
|
|
1
|
+
import { SearchPerson } from '../../../types/people-module.types';
|
|
2
2
|
import PersonSelectInputViewController from '../../../viewControllers/PersonSelectInput.vc';
|
|
3
3
|
import SpyPersonInviteViewController from '../inviting/SpyPersonInviteViewController';
|
|
4
4
|
export default class SpyPersonSelectInput extends PersonSelectInputViewController {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SearchPerson } from '../../../types/people.types';
|
|
1
|
+
import { SearchPerson } from '../../../types/people-module.types';
|
|
2
2
|
import PersonSelectInputViewController from '../../../viewControllers/PersonSelectInput.vc';
|
|
3
3
|
import SpyPersonInviteViewController from '../inviting/SpyPersonInviteViewController';
|
|
4
4
|
export default class SpyPersonSelectInput extends PersonSelectInputViewController {
|