mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 23:35:32 +00:00
8eb328bae7
fixes #6861
15 lines
389 B
Python
15 lines
389 B
Python
# encoding: UTF-8
|
|
|
|
from objectmaphelper import *
|
|
|
|
#from scripts.global_names import *
|
|
from scripts.onboarding_names import *
|
|
|
|
from sections.chat_names import *
|
|
from sections.community_names import *
|
|
from sections.community_portal_names import *
|
|
from scripts.login_names import *
|
|
from sections.search_names import *
|
|
from sections.settings_names import *
|
|
from sections.wallet_names import *
|