mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 18:25:33 +00:00
fix: rename files
This commit is contained in:
parent
a4deb4b7a9
commit
03f48c5a25
@ -1,6 +1,6 @@
|
||||
import NimQml
|
||||
import ../../status/chat as status_chat
|
||||
import chatView
|
||||
import view
|
||||
import ../signals/types
|
||||
|
||||
var sendMessage = proc (msg: string): string =
|
||||
|
@ -1,4 +1,4 @@
|
||||
import NimQml, chatMessages, Tables
|
||||
import NimQml, messages, Tables
|
||||
import ../signals/types
|
||||
|
||||
type
|
@ -1,6 +1,6 @@
|
||||
import NimQml
|
||||
import Tables
|
||||
import chatMessageList
|
||||
import messageList
|
||||
import ../signals/types
|
||||
# import core as chat
|
||||
|
Loading…
x
Reference in New Issue
Block a user