Skip to content

Commit

Permalink
Merge pull request #165 from DroidKaigi/yui/refactor_contributor
Browse files Browse the repository at this point in the history
chore: made contributors directory
  • Loading branch information
upon0426 authored Jun 2, 2023
2 parents 1eed60d + 3d63175 commit 5d8308c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import androidx.navigation.compose.NavHost
import androidx.navigation.compose.composable
import androidx.navigation.compose.rememberNavController
import dagger.hilt.android.AndroidEntryPoint
import io.github.droidkaigi.confsched2023.contributors.ContributorsScreen
import io.github.droidkaigi.confsched2023.designsystem.theme.KaigiTheme
import io.github.droidkaigi.confsched2023.sessions.TimetableScreen

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.droidkaigi.confsched2023
package io.github.droidkaigi.confsched2023.contributors

class Contributors {
fun greet(): String = "test test"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package io.github.droidkaigi.confsched2023
package io.github.droidkaigi.confsched2023.contributors

import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import io.github.droidkaigi.confsched2023.contributors.Contributors

@Composable
fun ContributorsScreen() {
Expand Down

0 comments on commit 5d8308c

Please sign in to comment.