From 69d5cf8c45a1f3c9ed9c22b1ea5031071ff573f8 Mon Sep 17 00:00:00 2001
From: Anager <fridrich1900@gmail.com>
Date: Tue, 26 Apr 2022 14:18:22 +0200
Subject: [PATCH] not already ready

---
 lib/bin/main.dart | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/bin/main.dart b/lib/bin/main.dart
index a83baa0..f9c0147 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());
-- 
GitLab