Skip to content

Commit d76677b

Browse files
committed
refactor: move imports to top of file
1 parent a233fbd commit d76677b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routes/_middleware.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import 'dart:convert';
21
import 'dart:async';
2+
import 'dart:convert';
33
import 'dart:io';
44

55
import 'package:dart_frog/dart_frog.dart';
@@ -430,7 +430,6 @@ Handler middleware(Handler handler) {
430430
),
431431
)
432432

433-
434433
// --- 4. Authentication Service Providers (Auth Logic Dependencies) ---
435434
// PURPOSE: Provide the core services needed for authentication logic.
436435
// ORDER: These MUST be provided BEFORE `authenticationProvider` and

0 commit comments

Comments
 (0)