Skip to content

Commit 4a150ef

Browse files
committed
Remove a few unused imports
1 parent 3722194 commit 4a150ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/attachments/src/Schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Column, ColumnType, ResolvedTable, ResolvedTableOptions, Table } from '@powersync/common';
1+
import { Column, ColumnType, ResolvedTable, ResolvedTableOptions } from '@powersync/common';
22

33
export const ATTACHMENT_TABLE = 'attachments';
44

packages/web/tests/crud.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { column, Column, ColumnType, Schema, Table, UpdateType } from '@powersync/common';
1+
import { column, Schema, Table, UpdateType } from '@powersync/common';
22
import pDefer from 'p-defer';
33
import { v4 as uuid } from 'uuid';
44
import { describe, expect, it } from 'vitest';

0 commit comments

Comments
 (0)