Skip to content

Commit 4f3826d

Browse files
committed
chore: Update import in database.dart
1 parent 73728ce commit 4f3826d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demos/supabase-todolist-drift/lib/database.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:drift/drift.dart';
2-
import 'package:powersync/powersync.dart'
3-
show PowerSyncDatabase, SyncStatus, uuid;
2+
import 'package:powersync/powersync.dart' show PowerSyncDatabase, uuid;
43
import 'package:drift_sqlite_async/drift_sqlite_async.dart';
54
import 'package:supabase_todolist_drift/powersync.dart';
65

0 commit comments

Comments
 (0)