Skip to content

Commit

Permalink
Convert relative import to constant import
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu committed Dec 11, 2024
1 parent c5bcd68 commit 6d52573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import 'package:wizard_router/wizard_router.dart';
import 'package:yaru/widgets.dart';
import 'package:yaru/yaru.dart';

import '/constants.dart';
import '/core/agent_api_client.dart';
import '/pages/widgets/page_widgets.dart';
import '../../constants.dart';
import 'landscape_model.dart';

const _kHeight = 8.0;
Expand Down

0 comments on commit 6d52573

Please sign in to comment.