Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
henneboy committed Apr 5, 2024
1 parent d575b5a commit 0a27751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package dk.scheduling.schedulingfrontend

import App
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package dk.scheduling.schedulingfrontend

import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
Expand All @@ -14,9 +16,6 @@ import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview
import dk.scheduling.schedulingfrontend.HomePage
import dk.scheduling.schedulingfrontend.PageNumber
import dk.scheduling.schedulingfrontend.pagesInfo
import dk.scheduling.schedulingfrontend.ui.theme.SchedulingFrontendTheme

@Composable
Expand Down

0 comments on commit 0a27751

Please sign in to comment.