Skip to content

Commit

Permalink
refactor: Reorganize exports in src.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhaubrich committed Sep 30, 2024
1 parent 1da34a0 commit cf74d53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/src.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export 'controller/controller.dart';
export 'models/sidebarx_item.dart';
export 'sidebarx_base.dart';
export 'theme/theme.dart';
export 'models/sidebarx_item.dart';
export 'controller/controller.dart';
export 'utils/utils.dart';
export 'widgets/widgets.dart';

0 comments on commit cf74d53

Please sign in to comment.