From 4cb90730a819fb6167a921d27d2c2b981308b798 Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 28 Feb 2022 17:34:28 +0000 Subject: [PATCH] chore: exported bloc in barrel file --- lib/game/game.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/game/game.dart b/lib/game/game.dart index ec8e0824..e55234c1 100644 --- a/lib/game/game.dart +++ b/lib/game/game.dart @@ -1,2 +1,3 @@ +export 'bloc/game_bloc.dart'; export 'pinball_game.dart'; export 'view/pinball_game_page.dart';