Update packages/pinball_components/sandbox/lib/stories/multipliers/stories.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/231/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 0a810e7419
commit 788f5cb246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ import 'package:sandbox/stories/multipliers/multipliers_game.dart';
void addMultipliersStories(Dashbook dashbook) { void addMultipliersStories(Dashbook dashbook) {
dashbook.storiesOf('Multipliers').addGame( dashbook.storiesOf('Multipliers').addGame(
title: 'Assets', title: 'Multipliers',
description: MultipliersGame.description, description: MultipliersGame.description,
gameBuilder: (_) => MultipliersGame(), gameBuilder: (_) => MultipliersGame(),
); );

Loading…
Cancel
Save