Skip to content

Commit d757e19

Browse files
committed
rename map page
1 parent 7fa9613 commit d757e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
22
import 'package:flutter_riverpod/flutter_riverpod.dart';
33

44
import 'package:weather/pages/day.dart';
5-
import 'package:weather/pages/map2.dart';
5+
import 'package:weather/pages/map.dart';
66
import 'package:weather/pages/week.dart';
77
import 'package:weather/providers/brightness_mode.dart';
88
import 'package:weather/utils/theme_data.dart';
@@ -29,7 +29,7 @@ class WeatherApp extends ConsumerWidget {
2929
routes: {
3030
'/week': (_) => const WeekPage(),
3131
'/day': (_) => const DayPage(),
32-
'/map2': (_) => const MapPage(),
32+
'/map': (_) => const MapPage(),
3333
},
3434
);
3535
}
File renamed without changes.

0 commit comments

Comments
 (0)