chore: rename

This commit is contained in:
wuzihao051119
2025-07-16 20:02:13 +08:00
committed by mertalev
parent 749582b6d8
commit e6c46fe0bf
2 changed files with 5 additions and 5 deletions
@@ -10,7 +10,7 @@ class DriftMapPage extends StatelessWidget {
Widget build(BuildContext context) {
return const Scaffold(
extendBodyBehindAppBar: true,
body: DriftMapWithMarker(),
body: DriftMap(),
);
}
}