Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Osman authored and Osman committed Mar 12, 2024
1 parent 44b0e01 commit 1ea85b2
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions example/widgetbook/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,9 @@ class HotReload extends StatelessWidget {
WidgetbookUseCase(
name: 'Password Input',
builder: (context) => passwordInputUseCase(context)),
WidgetbookComponent(
name: 'Bottom Sheet',
useCases: [
WidgetbookUseCase(
name: 'Content',
builder: (context) => bottomSheetContentUseCase(context)),
WidgetbookUseCase(
name: 'Live',
builder: (context) => bottomSheetLiveUseCase(context)),
],
),
WidgetbookUseCase(
name: 'Content',
builder: (context) => bottomSheetContentUseCase(context)),
WidgetbookUseCase(
name: 'Dial Pad',
builder: (context) => dialPadUseCase(context)),
Expand Down

0 comments on commit 1ea85b2

Please sign in to comment.