diff --git a/src/content/resources/architectural-overview.md b/src/content/resources/architectural-overview.md index 3915278813..32e11b839b 100644 --- a/src/content/resources/architectural-overview.md +++ b/src/content/resources/architectural-overview.md @@ -277,7 +277,6 @@ way up to the root widget (the container that hosts the Flutter app, typically ```dart import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; void main() => runApp(const MyApp());