diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/MainActivity.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/MainActivity.kt index a2a2c9d..6937243 100644 --- a/android/app/src/main/java/com/fabledsword/thoughtsync/MainActivity.kt +++ b/android/app/src/main/java/com/fabledsword/thoughtsync/MainActivity.kt @@ -31,10 +31,10 @@ import com.fabledsword.thoughtsync.ui.ForegroundTransitions import com.fabledsword.thoughtsync.ui.NoteEditorScreen import com.fabledsword.thoughtsync.ui.StoreUnavailableScreen import com.fabledsword.thoughtsync.ui.SyncScreen -import com.fabledsword.thoughtsync.ui.TagsScreen -import com.fabledsword.thoughtsync.ui.TagsViewModel import com.fabledsword.thoughtsync.ui.SyncState import com.fabledsword.thoughtsync.ui.SyncViewModel +import com.fabledsword.thoughtsync.ui.TagsScreen +import com.fabledsword.thoughtsync.ui.TagsViewModel import com.fabledsword.thoughtsync.ui.ThoughtSyncTheme import com.fabledsword.thoughtsync.ui.UpdateViewModel import com.fabledsword.thoughtsync.ui.olderThan