From f5772b08787bb854a85a46164cb2900e30e37775 Mon Sep 17 00:00:00 2001 From: arturplaczek Date: Tue, 19 Apr 2022 19:04:54 +0200 Subject: [PATCH] fix: import --- lib/theme/app_text_style.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme/app_text_style.dart b/lib/theme/app_text_style.dart index 7d762ff4..3a065dbf 100644 --- a/lib/theme/app_text_style.dart +++ b/lib/theme/app_text_style.dart @@ -1,6 +1,6 @@ import 'package:flutter/widgets.dart'; import 'package:pinball/theme/theme.dart'; -import 'package:pinball_components/gen/fonts.gen.dart'; +import 'package:pinball_components/pinball_components.dart'; const _fontPackage = 'pinball_components'; const _primaryFontFamily = FontFamily.pixeloidSans;