From 3a8d29e739221e2f2e55b8fa740ad8cabf6a95db Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 27 Nov 2020 14:49:02 +0600 Subject: [PATCH] upfix --- .../dev/inmo/postssystem/core/content/api/ContentRepo.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/api/src/commonMain/kotlin/dev/inmo/postssystem/core/content/api/ContentRepo.kt b/core/api/src/commonMain/kotlin/dev/inmo/postssystem/core/content/api/ContentRepo.kt index 183a0bfd..a76eb94e 100644 --- a/core/api/src/commonMain/kotlin/dev/inmo/postssystem/core/content/api/ContentRepo.kt +++ b/core/api/src/commonMain/kotlin/dev/inmo/postssystem/core/content/api/ContentRepo.kt @@ -1,3 +1,6 @@ package dev.inmo.postssystem.core.content.api +import dev.inmo.micro_utils.repos.StandardCRUDRepo +import dev.inmo.postssystem.core.content.* + interface ContentRepo : ReadContentRepo, WriteContentRepo, StandardCRUDRepo