File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
demos/react-native-web-supabase-todolist/library/powersync Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import '@azure/core-asynciterator-polyfill' ;
22
33import React from 'react' ;
4- import { LogLevel , PowerSyncDatabase as PowerSyncDatabaseNative } from '@powersync/react-native' ;
4+ import { PowerSyncDatabase as PowerSyncDatabaseNative } from '@powersync/react-native' ;
55import { PowerSyncDatabase as PowerSyncDatabaseWeb , WASQLiteOpenFactory } from '@powersync/web' ;
6- import { AbstractPowerSyncDatabase , createBaseLogger } from '@powersync/common' ;
6+ import { LogLevel , AbstractPowerSyncDatabase , createBaseLogger } from '@powersync/common' ;
77import { SupabaseStorageAdapter } from '../storage/SupabaseStorageAdapter' ;
88import { type AttachmentRecord } from '@powersync/attachments' ;
99import { KVStorage } from '../storage/KVStorage' ;
You can’t perform that action at this time.
0 commit comments