Skip to content

Commit

Permalink
Merge pull request #373 from BrawlerXull/importfix
Browse files Browse the repository at this point in the history
Import bug fix
  • Loading branch information
BrawlerXull authored Nov 5, 2024
2 parents 8ee37c4 + c9f59e5 commit 28890f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/modules/about/controllers/about_controller.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:get/get.dart';
import 'package:taskwarrior/app/utils/app_settings/app_settings.dart';
import 'package:taskwarrior/app/utils/language/supported_language.dart';
import 'package:taskwarrior/app/utils/theme/app_settings.dart';

class AboutController extends GetxController {
final Rx<SupportedLanguage> selectedLanguage = SupportedLanguage.english.obs;
Expand Down

0 comments on commit 28890f7

Please sign in to comment.