From 1e5ccb11a02d7daea7a2733318a3996f1fb43557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8C=E1=85=A5=E1=86=BC=E1=84=8C=E1=85=B5=E1=84=92?= =?UTF-8?q?=E1=85=A7=E1=86=A8?= Date: Mon, 14 Oct 2024 22:32:06 +0900 Subject: [PATCH] fix: remove unused import --- lib/features/root/screen/root_screen.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/features/root/screen/root_screen.dart b/lib/features/root/screen/root_screen.dart index 5993306..aa7a9ed 100644 --- a/lib/features/root/screen/root_screen.dart +++ b/lib/features/root/screen/root_screen.dart @@ -3,7 +3,6 @@ import 'package:contest_repository/contest_repository.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:my_solved/app/bloc/app_bloc.dart'; -import 'package:my_solved/components/atoms/button/my_solved_text_button.dart'; import 'package:my_solved/components/styles/color.dart'; import 'package:my_solved/components/styles/font.dart'; import 'package:my_solved/features/contest/bloc/contest_bloc.dart';