Skip to content

Commit

Permalink
Merge pull request #278 from YuheiKawakami/feature/move-package-about
Browse files Browse the repository at this point in the history
Move package from staff to about
  • Loading branch information
punchdrunker authored Mar 5, 2021
2 parents 540dcc1 + feb5c1c commit ec1ca5e
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,4 +1,4 @@
package io.github.droidkaigi.feeder.staff
package io.github.droidkaigi.feeder.about

import androidx.compose.foundation.Image
import androidx.compose.foundation.layout.Column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import dev.chrisbanes.accompanist.insets.LocalWindowInsets
import dev.chrisbanes.accompanist.insets.statusBarsPadding
import io.github.droidkaigi.feeder.about.AboutThisApp
import io.github.droidkaigi.feeder.core.theme.ConferenceAppFeederTheme
import io.github.droidkaigi.feeder.staff.AboutThisApp
import io.github.droidkaigi.feeder.staff.StaffList

sealed class OtherTabs(val name: String, val routePath: String) {
Expand Down

0 comments on commit ec1ca5e

Please sign in to comment.