chore: Replace inboxMixin with useInbox composable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { INBOX_TYPES } from 'shared/mixins/inboxMixin';
|
||||
import { INBOX_TYPES } from 'shared/composables/useInbox';
|
||||
|
||||
export const getInboxSource = (type, phoneNumber, inbox) => {
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user