Fixed absolute path import
This commit is contained in:
parent
b202ad6ad6
commit
1f7850e418
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:ohthatsa/pages/YearsPage.dart';
|
||||
import 'package:ohthatsa/pages/practice/PracticeSetup.dart';
|
||||
|
||||
import 'package:ohthatsa/pages/practice/PracticeSetupPage.dart';
|
||||
import 'file:///D:/dev/projects/ohthatsa/lib/pages/practice/PracticePage.dart';
|
||||
import 'package:ohthatsa/pages/practice/PracticePage.dart';
|
||||
import 'package:ohthatsa/pages/MonthValuesPage.dart';
|
||||
|
||||
|
||||
void main() {
|
||||
runApp(OhThatsA());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue