Skip to content

Commit

Permalink
fix: move child to right widget in dependency injection page (#11529)
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesye authored Dec 26, 2024
1 parent 140c3a0 commit 01b001d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ runApp(
),
// In the Compass app, additional service and repository providers live here.
],
child: const MainApp(),
),
child: const MainApp(),
);
```

Expand Down

0 comments on commit 01b001d

Please sign in to comment.