fix(@desktop/general): import paths updated

This commit is contained in:
Sale Djenic 2023-06-07 12:10:44 +02:00 committed by saledjenic
parent ae492fe631
commit bce4a7e188
4 changed files with 14 additions and 14 deletions

View File

@ -1,9 +1,9 @@
import io_interface
import ../../../../core/eventemitter
import ../../../../../app_service/service/profile/service as profile_service
import ../../../../../app_service/service/settings/service as settings_service
import ../../../../../app_service/common/social_links
import app/core/eventemitter
import app_service/service/profile/service as profile_service
import app_service/service/settings/service as settings_service
import app_service/common/social_links
type
Controller* = ref object of RootObj

View File

@ -1,5 +1,5 @@
import NimQml
import ../../../../../app_service/common/social_links
import app_service/common/social_links
type
AccessInterface* {.pure inheritable.} = ref object of RootObj

View File

@ -2,15 +2,15 @@ import NimQml, chronicles, sequtils, sugar
import ./io_interface, ./view, ./controller
import ../io_interface as delegate_interface
import ../../../../global/global_singleton
import app/global/global_singleton
import ../../../../core/eventemitter
import ../../../../../app_service/service/profile/service as profile_service
import ../../../../../app_service/service/settings/service as settings_service
import ../../../../../app_service/common/social_links
import app/core/eventemitter
import app_service/service/profile/service as profile_service
import app_service/service/settings/service as settings_service
import app_service/common/social_links
import ../../../shared_models/social_links_model
import ../../../shared_models/social_link_item
import app/modules/shared_models/social_links_model
import app/modules/shared_models/social_link_item
export io_interface

View File

@ -1,8 +1,8 @@
import NimQml, json
import io_interface
import ../../../shared_models/social_links_model
import ../../../shared_models/social_link_item
import app/modules/shared_models/social_links_model
import app/modules/shared_models/social_link_item
QtObject:
type