Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Samples Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Oct 3, 2024
1 parent df6d378 commit c908272
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/lib/widgets/icon.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import 'package:auto_route/auto_route.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

import 'package:auto_route/auto_route.dart';
import 'package:forui/forui.dart';

import 'package:forui_samples/sample_scaffold.dart';

String path(String str) => kIsWeb ? 'assets/$str' : str;
Expand Down

0 comments on commit c908272

Please sign in to comment.