Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carllosnc committed Jul 11, 2024
1 parent 14ad642 commit 21d0c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modules/counter/decrement_button.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import '../../shared_state.dart';
import '/shared_state.dart';
import 'counter_state.dart';

class DecrementButton extends StatefulWidget {
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/counter/increment_button.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import '../../shared_state.dart';
import '/shared_state.dart';
import 'counter_state.dart';

class IncrementButton extends StatefulWidget {
Expand Down

0 comments on commit 21d0c24

Please sign in to comment.