Skip to content

Commit

Permalink
Fix a package for navigation extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdevgo committed Feb 4, 2024
1 parent b8dfac0 commit b472d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* SOFTWARE.
*/

package me.dmdev.premo.compose
package navigation

import androidx.compose.animation.*
import androidx.compose.foundation.layout.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import androidx.compose.ui.*
import androidx.compose.ui.graphics.*
import androidx.compose.ui.unit.*
import me.dmdev.premo.annotation.ExperimentalPremoApi
import me.dmdev.premo.compose.AnimatedNavigationBox
import me.dmdev.premo.navigation.back
import me.dmdev.premo.sample.CardBox
import me.dmdev.premo.sample.EmptyBox
Expand All @@ -44,6 +43,7 @@ import me.dmdev.premo.sample.bind
import me.dmdev.premo.sample.bottomnavigation.BottomNavigationPm
import me.dmdev.premo.sample.bottomnavigation.TabItemPm
import me.dmdev.premo.sample.bottomnavigation.TabPm
import navigation.AnimatedNavigationBox

@OptIn(ExperimentalPremoApi::class)
@Composable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ import androidx.compose.runtime.*
import androidx.compose.ui.*
import androidx.compose.ui.unit.*
import me.dmdev.premo.annotation.ExperimentalPremoApi
import me.dmdev.premo.compose.AnimatedNavigationBox
import me.dmdev.premo.navigation.back
import me.dmdev.premo.sample.CardBox
import me.dmdev.premo.sample.EmptyBox
import me.dmdev.premo.sample.ScreenBox
import me.dmdev.premo.sample.bind
import me.dmdev.premo.sample.stacknavigation.SimpleScreenPm
import me.dmdev.premo.sample.stacknavigation.StackNavigationPm
import navigation.AnimatedNavigationBox

@OptIn(ExperimentalPremoApi::class)
@Composable
Expand Down

0 comments on commit b472d37

Please sign in to comment.