Skip to content

Commit

Permalink
Move Text to foundation package (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz authored Sep 28, 2024
1 parent 99a0d88 commit 929162c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import androidx.compose.ui.platform.LocalDensity
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.Dp
import androidx.compose.ui.unit.dp
import xyz.ksharma.krail.design.system.components.foundation.Text
import xyz.ksharma.krail.design.system.model.TransportModeType
import xyz.ksharma.krail.design.system.preview.ComponentPreviewLightDark
import xyz.ksharma.krail.design.system.preview.ComponentPreviews
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package xyz.ksharma.krail.design.system.components
package xyz.ksharma.krail.design.system.components.foundation

import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Column
Expand Down

0 comments on commit 929162c

Please sign in to comment.