Skip to content

Commit 5d3596c

Browse files
committed
chore: remove obsolete comment in main.dart
1 parent feae9ae commit 5d3596c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/main.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ void main() async {
116116
);
117117

118118
// 7. Run the App, injecting repositories
119-
// NOTE: The App widget constructor currently expects specific repository types.
120-
// This will cause type errors that will be fixed in the next step (Step 3)
121-
// when we refactor the App widget and router.
122119
runApp(
123120
App(
124121
htAuthenticationRepository: authenticationRepository,

0 commit comments

Comments
 (0)