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 NimQml
import "../status/chat" as status_chat import "../../status/chat" as status_chat
import chatView import chatView
var sendMessage = proc (msg: string): string = var sendMessage = proc (msg: string): string =

View File

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

View File

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

View File

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

View File

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