several small errors fix

This commit is contained in:
2022-05-18 15:51:59 +06:00
parent dd369177c1
commit c238f391a8
4 changed files with 0 additions and 4 deletions
features
common
common
src
commonMain
kotlin
dev
inmo
postssystem
features
roles
common
src
commonMain
kotlin
dev
inmo
postssystem
features
roles
common
services/posts
client
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
common
src
commonMain
kotlin
dev
inmo
postssystem
services

@ -2,7 +2,6 @@ package dev.inmo.postssystem.services.posts.client
import dev.inmo.postssystem.features.auth.client.AuthorizedModuleLoader
import dev.inmo.postssystem.features.auth.client.AuthorizedQualifiers
import dev.inmo.postssystem.features.common.common.ui.fsm.UIFSMStateSerializer
import dev.inmo.postssystem.services.posts.client.ui.create.*
import dev.inmo.postssystem.services.posts.client.ui.list.PostsListUIFSMState
import dev.inmo.postssystem.services.posts.common.*