switched to absolute package import for PracticeAnswer
This commit is contained in:
parent
9d2b636d7d
commit
bb89cfd2c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import 'package:ohthatsa/pages/practice/thing/PracticeThingYear.dart';
|
|||
import 'package:ohthatsa/util/Extensions.dart';
|
||||
import 'package:sqflite/sqflite.dart';
|
||||
|
||||
import 'PracticeAnswer.dart';
|
||||
import 'package:ohthatsa/pages/practice/PracticeAnswer.dart';
|
||||
|
||||
class PracticePage extends StatefulWidget {
|
||||
final PracticeSetup practiceSetup;
|
||||
|
|
Loading…
Add table
Reference in a new issue