Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
chore: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 16, 2024
1 parent 1780770 commit c6ce332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:trashy_road/src/loading/loading.dart';
import 'package:trashy_road/src/maps/view/maps_menu_page.dart';
import 'package:trashy_road/src/maps/maps.dart';

class LoadingPage extends StatefulWidget {
const LoadingPage({super.key});
Expand Down
1 change: 1 addition & 0 deletions packages/trashy_road/lib/src/maps/view/view.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export 'maps_menu_page.dart';

0 comments on commit c6ce332

Please sign in to comment.