chore: rename

This commit is contained in:
wuzihao051119 2025-07-16 20:02:13 +08:00 committed by mertalev
parent 749582b6d8
commit e6c46fe0bf
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ class DriftMapPage extends StatelessWidget {
Widget build(BuildContext context) {
return const Scaffold(
extendBodyBehindAppBar: true,
body: DriftMapWithMarker(),
body: DriftMap(),
);
}
}