Skip to content

Commit

Permalink
fix wildcard import (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannm authored Aug 7, 2023
1 parent 889659c commit 98aa630
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
package no.liflig.documentstore

import kotlinx.serialization.UseSerializers
import no.liflig.documentstore.dao.*
import no.liflig.documentstore.dao.AbstractSearchRepository
import no.liflig.documentstore.dao.AbstractSearchRepositoryWithCount
import no.liflig.documentstore.dao.EntitiesWithCount
import no.liflig.documentstore.dao.SerializationAdapter
import no.liflig.documentstore.entity.VersionedEntity
import org.jdbi.v3.core.Jdbi

Expand Down

0 comments on commit 98aa630

Please sign in to comment.