Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
update code for js_interop (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Schneider <sese.tailor@gmx.net>
  • Loading branch information
svenopdehipt and Sese-Schneider authored Aug 2, 2024
1 parent 5d5ecfe commit 305816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url_strategy/lib/url_strategy.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export 'package:url_strategy/src/url_strategy_non_web.dart'
if (dart.library.html) 'package:url_strategy/src/url_strategy_web.dart';
if (dart.library.js_interop) 'package:url_strategy/src/url_strategy_web.dart';

0 comments on commit 305816b

Please sign in to comment.