diff --git a/lib/bin/main.dart b/lib/bin/main.dart
index a83baa0902c5c35ae1ed1838fd2a52e6f4390756..f9c0147be3b53943594122c863f26210cc79af97 100644
--- a/lib/bin/main.dart
+++ b/lib/bin/main.dart
@@ -4,8 +4,6 @@ import 'package:flutter/material.dart';
 
 import '../bottom_navigation_bar_buttons/forum/forum.dart';
 import '../bottom_navigation_bar_buttons/profile/profile.dart';
-import '../bottom_navigation_bar_buttons/home_page/weather/current_weather.dart';
-import '../bottom_navigation_bar_buttons/event/barwidget.dart';
 
 void main() {
   runApp(const MyApp());