mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 06:24:12 +02:00
refactor(connector): move Procedures into a separate package
This commit is contained in:
parent
7546b361e3
commit
4efb47ab67
@ -19,6 +19,7 @@ import kotlinx.coroutines.launch
|
||||
import org.jetbrains.compose.resources.ExperimentalResourceApi
|
||||
import org.jetbrains.compose.ui.tooling.preview.Preview
|
||||
import tab.*
|
||||
import tab.procedure.Procedures
|
||||
import tab.project.Projects
|
||||
import theme.AppTheme
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package tab
|
||||
package tab.procedure
|
||||
|
||||
import Greeting
|
||||
import androidx.compose.animation.AnimatedVisibility
|
Loading…
x
Reference in New Issue
Block a user