Skip to content

Commit

Permalink
Move ViewModel package files to the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Apr 29, 2024
1 parent 073afe3 commit 94c3071
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ package dev.enro.viewmodel
import androidx.activity.ComponentActivity
import androidx.annotation.MainThread
import androidx.fragment.app.Fragment
import androidx.lifecycle.*
import androidx.lifecycle.ViewModel
import androidx.lifecycle.ViewModelLazy
import androidx.lifecycle.ViewModelProvider
import androidx.lifecycle.ViewModelStore
import androidx.lifecycle.getNavigationHandleTag
import androidx.lifecycle.viewmodel.CreationExtras
import dev.enro.core.*
import dev.enro.core.LazyNavigationHandleConfiguration
import dev.enro.core.NavigationHandle
import dev.enro.core.NavigationKey
import dev.enro.core.TypedNavigationHandle
import dev.enro.core.asTyped
import dev.enro.core.getNavigationHandle
import kotlin.properties.ReadOnlyProperty
import kotlin.reflect.KClass
import kotlin.reflect.KProperty
Expand Down

0 comments on commit 94c3071

Please sign in to comment.