Skip to content

Commit 82b83c1

Browse files
more cleanup
1 parent e05ce93 commit 82b83c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sqlite_async/lib/src/web/web_mutex.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ import 'dart:math';
33

44
import 'package:meta/meta.dart';
55
import 'package:mutex/mutex.dart' as mutex;
6-
import 'package:sqlite_async/src/common/mutex.dart';
76
import 'dart:js_interop';
87
// This allows for checking things like hasProperty without the need for depending on the `js` package
98
import 'dart:js_interop_unsafe';
109
import 'package:web/web.dart';
1110

11+
import 'package:sqlite_async/src/common/mutex.dart';
12+
1213
@JS('navigator')
1314
external Navigator get _navigator;
1415

0 commit comments

Comments
 (0)