Skip to content

Commit

Permalink
🚚 Move AuthService to main package from landing package
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi committed Dec 8, 2024
1 parent 00a58b3 commit 464c8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import mikufan.cx.conduit.frontend.logic.component.util.rethrowIfShouldNotBeHandled
import mikufan.cx.conduit.frontend.logic.service.landing.AuthService
import mikufan.cx.conduit.frontend.logic.service.main.AuthService

class AuthPageStoreFactory(
private val storeFactory: StoreFactory,
Expand Down

0 comments on commit 464c8b3

Please sign in to comment.