Skip to content

Commit

Permalink
remove unused part
Browse files Browse the repository at this point in the history
  • Loading branch information
kealjones-wk committed Sep 16, 2024
1 parent 677b555 commit 1e0b3a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/suspense/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import 'package:react/react_dom.dart' as react_dom;
import 'counter_component.dart' deferred as lazy_component;
import 'third_party_file.dart';

part 'main.over_react.g.dart';

UiFactory<CounterPropsMixin> LazyCounter = lazy(() async {
await Future.delayed(Duration(seconds: 5));
await lazy_component.loadLibrary();
Expand Down

0 comments on commit 1e0b3a7

Please sign in to comment.