File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import 'package:geolocator/geolocator.dart';
7
7
import 'package:google_fonts/google_fonts.dart' ;
8
8
import 'package:json_api/client.dart' ;
9
9
import 'package:json_api/routing.dart' ;
10
- import 'package:mstudy/studySpaceList.dart' as study_space_sist ;
10
+ import 'package:mstudy/studySpaceList.dart' as study_space_list ;
11
11
import 'package:mstudy/studySpacePage.dart' ;
12
12
import 'package:shared_preferences/shared_preferences.dart' ;
13
13
import 'package:string_similarity/string_similarity.dart' ;
@@ -241,7 +241,7 @@ class _MyHomePageState extends State<MyHomePage> {
241
241
ProcessedOpeningHours openingHours = {};
242
242
TimeOfDay filterStartTime = const TimeOfDay (hour: 9 , minute: 0 );
243
243
TimeOfDay filterEndTime = const TimeOfDay (hour: 22 , minute: 0 );
244
- List <StudySpace > studySpaces = study_space_sist .studySpaces;
244
+ List <StudySpace > studySpaces = study_space_list .studySpaces;
245
245
246
246
@override
247
247
void initState () {
You can’t perform that action at this time.
0 commit comments