Skip to content

Commit

Permalink
[#360] Review: Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
dolinetouko committed Feb 14, 2023
1 parent f014c59 commit 3ae7b54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.orange.ods.demo.ui.components.dialogs.ComponentDialog
import com.orange.ods.demo.ui.components.floatingactionbuttons.ComponentFloatingActionButton
import com.orange.ods.demo.ui.components.lists.ComponentLists
import com.orange.ods.demo.ui.components.radiobuttons.ComponentRadioButtons
import com.orange.ods.demo.ui.components.sheets.ComponentSheetBottom
import com.orange.ods.demo.ui.components.sheets.ComponentSheetsBottom
import com.orange.ods.demo.ui.components.sliders.ComponentSliders
import com.orange.ods.demo.ui.components.snackbars.ComponentSnackbars
import com.orange.ods.demo.ui.components.switches.ComponentSwitches
Expand All @@ -37,7 +37,7 @@ fun ComponentDemoScreen(componentId: Long) {
Component.FloatingActionButtons -> ComponentFloatingActionButton()
Component.Lists -> ComponentLists()
Component.RadioButtons -> ComponentRadioButtons()
Component.Sheets -> ComponentSheetBottom()
Component.SheetsBottom -> ComponentSheetsBottom()
Component.Sliders -> ComponentSliders()
Component.Snackbars -> ComponentSnackbars()
Component.Switches -> ComponentSwitches()
Expand Down

0 comments on commit 3ae7b54

Please sign in to comment.