Skip to content

Commit

Permalink
fix: Apply import sorter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Aug 3, 2023
1 parent aa5320b commit c3a1925
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/katana_cli/lib/command/create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1680,14 +1680,11 @@ class ModuleCliCode extends CliCode {
/// [YouTube]: https://www.youtube.com/c/mathrunetchannel
library ${className.toSnakeCase()};
// Flutter imports:
import 'package:flutter/material.dart';
// Package imports:
import 'package:masamune/masamune.dart';
import 'package:masamune_module/masamune_module.dart';
// Project imports:
import 'pages/home.dart';
// Package exports:
Expand Down

0 comments on commit c3a1925

Please sign in to comment.