From a32c77f34ba1cc1d0468d6030c5c80f3d59afb6f Mon Sep 17 00:00:00 2001 From: Mugi Khan Date: Tue, 15 Oct 2024 10:57:25 +0200 Subject: [PATCH] Clean up --- demos/react-native-supabase-todolist/library/powersync/system.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/react-native-supabase-todolist/library/powersync/system.ts b/demos/react-native-supabase-todolist/library/powersync/system.ts index 859f8d60..e74b2d21 100644 --- a/demos/react-native-supabase-todolist/library/powersync/system.ts +++ b/demos/react-native-supabase-todolist/library/powersync/system.ts @@ -11,7 +11,6 @@ import { AppConfig } from '../supabase/AppConfig'; import { SupabaseConnector } from '../supabase/SupabaseConnector'; import { AppSchema } from './AppSchema'; import { PhotoAttachmentQueue } from './PhotoAttachmentQueue'; -import { OPSqliteOpenFactory } from '@powersync/op-sqlite'; // Add this import Logger.useDefaults();