Skip to content

Commit

Permalink
Revert "made contributor directory"
Browse files Browse the repository at this point in the history
This reverts commit 0911eaa.
  • Loading branch information
upon0426 committed Jun 2, 2023
1 parent 0911eaa commit 1eed60d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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.contributors
package io.github.droidkaigi.confsched2023

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

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 1eed60d

Please sign in to comment.