From 8b894cd90ba2a8fb8d56e4869fcb4e0487f6e5d9 Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 14 Jan 2026 10:58:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=98=EC=A1=B4=EC=84=B1=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/lib/features/auth/presentation/login_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/lib/features/auth/presentation/login_screen.dart b/frontend/lib/features/auth/presentation/login_screen.dart index 79bc891a..1b9e50f4 100644 --- a/frontend/lib/features/auth/presentation/login_screen.dart +++ b/frontend/lib/features/auth/presentation/login_screen.dart @@ -1,5 +1,6 @@ import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; +import 'package:flutter_dotenv/flutter_dotenv.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:descope/descope.dart'; import 'package:go_router/go_router.dart';