Skip to content

Commit

Permalink
Merge pull request #7 from mario-bermonti:fix-self-paced-screen-error
Browse files Browse the repository at this point in the history
[fix] Import BeginView in MDigits
  • Loading branch information
mario-bermonti committed Aug 19, 2023
2 parents 185bcfe + 56fc60a commit 0d66b0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mdigits.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import 'package:mdigits/end/end_view.dart';
import 'package:mdigits/errors/errors.dart';
import 'package:mdigits/rest/rest_view.dart';

import 'activity/begin_view.dart';

/// Controls the task sequence
/// The sequence includes stim presentation, response, rest, end
class MDigits extends GetxController {
Expand Down

0 comments on commit 0d66b0e

Please sign in to comment.