Skip to content
Snippets Groups Projects
Commit 52835cf8 authored by HJ's avatar HJ :fire:
Browse files

work around modules cyclic dependencies

parent 905b9771
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1385Migration to Vue 3 (again)
...@@ -66,8 +66,9 @@ const persistedStateOptions = { ...@@ -66,8 +66,9 @@ const persistedStateOptions = {
}, },
interface: interfaceModule, interface: interfaceModule,
instance: instanceModule, instance: instanceModule,
statuses: statusesModule, // TODO refactor users/statuses modules, they depend on each other
users: usersModule, users: usersModule,
statuses: statusesModule,
api: apiModule, api: apiModule,
config: configModule, config: configModule,
chat: chatModule, chat: chatModule,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment