Skip to content

Commit

Permalink
Merge pull request #301 from LookUpGroup27/fix/planetrepo-import
Browse files Browse the repository at this point in the history
fix: fix PlanetsRepository import statements
  • Loading branch information
rihabbelmekki authored Dec 19, 2024
2 parents 9ea9eb4 + 377e9a9 commit 44b7d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.github.lookupgroup27.lookup.ui.planetselection

import PlanetsRepository
import android.content.Context
import androidx.lifecycle.ViewModel
import androidx.lifecycle.ViewModelProvider
import com.github.lookupgroup27.lookup.model.location.LocationProviderSingleton
import com.github.lookupgroup27.lookup.model.map.planets.PlanetData
import com.github.lookupgroup27.lookup.model.map.planets.PlanetsRepository
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.github.lookupgroup27.lookup.model.map

import PlanetsRepository
import android.content.Context
import com.github.lookupgroup27.lookup.model.map.planets.PlanetsRepository
import com.github.lookupgroup27.lookup.model.map.stars.StarDataRepository
import org.junit.Assert.assertEquals
import org.junit.Before
Expand Down

0 comments on commit 44b7d5c

Please sign in to comment.