Skip to content

Commit d5bc6a3

Browse files
committed
Fix import
1 parent ac2332f commit d5bc6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linux_cli_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'dart:async';
22
import 'dart:ffi';
33

4-
import 'package:sqlite_async/sqlite3_common.dart';
4+
import 'package:sqlite3/common.dart';
55
import 'package:sqlite_async/sqlite_async.dart';
66
import 'package:sqlite3/open.dart' as sqlite_open;
77

0 commit comments

Comments
 (0)