move app specific folders into the app folder

This commit is contained in:
Iuri Matias 2020-05-15 18:02:20 -04:00
parent f6528ee476
commit 0b278a9208
9 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
import NimQml
import "../status/chat" as status_chat
import "../../status/chat" as status_chat
import chatView
var sendMessage = proc (msg: string): string =

View File

@ -1,5 +1,5 @@
import NimQml
import "../status/core" as status
import "../../status/core" as status
import nodeView
type NodeController* = ref object

View File

@ -3,7 +3,7 @@ import strformat
import strutils
import walletView
import ../status/wallet as status_wallet
import ../../status/wallet as status_wallet
type WalletController* = ref object
view*: WalletView

View File

@ -1,8 +1,8 @@
import NimQml
import application/applicationView
import chat/core as chat
import wallet/core as wallet
import node/core as node
import app/application/applicationView
import app/chat/core as chat
import app/wallet/core as wallet
import app/node/core as node
import state
import status/core as status

View File

@ -2,7 +2,7 @@ import status/types
import tables
##########################################################
## warning: this section is still very much in flux
## warning: this file is still very much in flux
##########################################################
type