Skip to content

Commit

Permalink
feat: Updated lib/main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 15, 2024
1 parent 42a2c61 commit 81fa73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'screens/map/routes.dart' as map_routes;
import 'screens/reports/routes.dart' as reports_routes;
import 'screens/chat/routes.dart' as chat_routes;
import 'screens/accounts/routes.dart' as account_routes;
import 'components/navigation_drawer.dart' as AppDrawer;
import 'components/navigation_drawer.dart' as app_drawer;

Future main() async {
await dotenv.load(fileName: ".env"); // 加载 .env 文件
Expand Down

0 comments on commit 81fa73e

Please sign in to comment.