mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
Followup fix imports with new version of vscode-dart-import
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import './component.dart';
|
||||
import '../time.dart';
|
||||
import 'component.dart';
|
||||
|
||||
/// Simple component which wraps a [Timer] instance allowing it to be easily used inside a [BaseGame] game.
|
||||
class TimerComponent extends Component {
|
||||
|
||||
Reference in New Issue
Block a user