Skip to content

Commit

Permalink
🚚 Move MainScreen as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi committed Dec 1, 2023
1 parent 21e0a4c commit 5066871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import androidx.compose.ui.window.Window
import androidx.compose.ui.window.application
import androidx.compose.ui.window.rememberWindowState
import mikufan.cx.songfinder.backend.model.IOFiles
import mikufan.cx.songfinder.ui.component.MainScreen
import mikufan.cx.songfinder.ui.component.input.InputScreen
import mikufan.cx.songfinder.ui.component.loading.LoadingWindow
import mikufan.cx.songfinder.ui.component.main.MainScreen
import mikufan.cx.songfinder.ui.theme.MyAppThemeWithSurface
import org.springframework.context.ConfigurableApplicationContext
import kotlin.io.path.Path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mikufan.cx.songfinder.ui.component
package mikufan.cx.songfinder.ui.component.main

import androidx.compose.desktop.ui.tooling.preview.Preview
import androidx.compose.foundation.ExperimentalFoundationApi
Expand All @@ -18,7 +18,6 @@ import mikufan.cx.songfinder.backend.statemodel.SearchRegexOption
import mikufan.cx.songfinder.backend.statemodel.SearchStatus
import mikufan.cx.songfinder.getSpringBean
import mikufan.cx.songfinder.ui.common.ColumnCentralizedWithSpacing
import mikufan.cx.songfinder.ui.component.main.*
import mikufan.cx.songfinder.ui.theme.MyAppThemeWithSurface
import java.time.LocalDateTime

Expand Down

0 comments on commit 5066871

Please sign in to comment.