refactor(imports): optimize imports

This commit is contained in:
2026-05-16 11:43:16 +04:00
parent c77277af0b
commit ce723afc8b
50 changed files with 67 additions and 88 deletions
@@ -2,7 +2,7 @@ package com.correx.core.artifacts
import com.correx.core.events.events.StoredEvent
import com.correx.core.sessions.projections.Projection
import java.util.logging.Logger
import java.util.logging.*
class ArtifactProjector(private val reducer: ArtifactReducer) : Projection<ArtifactState> {