Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed May 17, 2024
1 parent fb99dff commit ff32e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion forui/lib/forui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export 'src/themes/zinc_theme.dart';

// Widgets
export 'src/widgets/box/box.dart';
export 'src/widgets/box/box_style.dart';
export 'src/widgets/button/tappable.dart';
export 'src/widgets/button/button.dart';
export 'src/widgets/button/link_button.dart';
Expand Down
2 changes: 1 addition & 1 deletion forui/lib/src/widgets/button/link_button.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:forui/forui.dart';

/// Creates a [LinkButton] within a RichText.
/// Creates a [FLinkButton] within a RichText.
/// Row(
/// children: [
/// Expanded(
Expand Down

0 comments on commit ff32e1d

Please sign in to comment.