Skip to content

Commit

Permalink
Update theme import in golden_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-vasilev-prime committed Oct 3, 2024
1 parent b0f4479 commit 1b6a601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:flutter_test/flutter_test.dart';
import 'package:golden_toolkit/golden_toolkit.dart';
import 'package:{{project_name}}/assets.dart';
import 'package:{{project_name}}/base/theme/design_system.dart';
import 'package:{{project_name}}/base/theme/{{project_name}}.dart';
import 'package:{{project_name}}/base/theme/{{project_name}}_theme.dart';
import 'package:{{project_name}}/l10n/{{project_name}}_app_i18n.dart';

import 'models/labeled_device_builder.dart';
Expand Down

0 comments on commit 1b6a601

Please sign in to comment.