Skip to content

Commit

Permalink
chore: melos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimozkn committed Dec 18, 2024
1 parent ba86d36 commit c9491b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:reactive_forms/reactive_forms.dart';
import 'package:studyu_core/core.dart';
import 'package:studyu_designer_v2/features/design/shared/questionnaire/question/question_form_controller.dart';

import '../../../../../../localization/app_translation.dart';
import 'package:studyu_designer_v2/localization/app_translation.dart';

class FitbitQuestionFormView extends ConsumerWidget {
const FitbitQuestionFormView({required this.formViewModel, super.key});
Expand All @@ -18,7 +18,7 @@ class FitbitQuestionFormView extends ConsumerWidget {
children: [
Text(
tr.fitbit_question_title,
style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
style: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
),
const SizedBox(height: 8),
ReactiveFormArray(
Expand Down

0 comments on commit c9491b2

Please sign in to comment.