Skip to content

Commit 826a1b4

Browse files
DominicGBauerDominicGBauer
andauthored
fix: demo import (#297)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent b1a76b3 commit 826a1b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/example-vite/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Column, ColumnType, Schema, Table, PowerSyncDatabase } from '@powersync/web';
1+
import { column, Schema, Table, PowerSyncDatabase } from '@powersync/web';
22
import Logger from 'js-logger';
33

44
Logger.useDefaults();

demos/example-webpack/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Column, ColumnType, Schema, Table, PowerSyncDatabase, column } from '@powersync/web';
1+
import { Schema, Table, PowerSyncDatabase, column } from '@powersync/web';
22
import Logger from 'js-logger';
33

44
Logger.useDefaults();

0 commit comments

Comments
 (0)