fixed messageList import
This commit is contained in:
parent
c3562172c4
commit
f9de39cbee
403 changed files with 68 additions and 894 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
/crate/target/*
|
||||
|
||||
|
||||
# local env files
|
||||
|
|
@ -23,4 +24,4 @@ pnpm-debug.log*
|
|||
*.sw?
|
||||
|
||||
#Electron-builder output
|
||||
/dist_electron
|
||||
/dist_electron
|
||||
|
|
|
|||
Loading…
Reference in a new issue