Skip to content

Commit

Permalink
Update exports in steps.dart to reference manual screens and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
carllosnc committed Jan 31, 2025
1 parent d1468d1 commit 52d4c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/steps.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library steps;

export 'welcome_screen.dart';
export 'welcome_steps.dart';
export 'manual/manual_screen.dart';
export 'manual/manual_steps.dart';

0 comments on commit 52d4c56

Please sign in to comment.