Skip to content

Commit a2a1065

Browse files
committed
chore: update imports
1 parent b0c3356 commit a2a1065

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/query.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// based on https://github.com/rocicorp/mono/tree/main/packages/zero-solid
22

3+
import type { Schema } from '@rocicorp/zero'
34
import type { AdvancedQuery, HumanReadable, Query } from '@rocicorp/zero/advanced'
4-
// Schema is used internally in the rocicorp monorepo, only the react namespace exports it
5-
import type { Schema } from '@rocicorp/zero/react'
65
import type { ComputedRef, MaybeRefOrGetter } from 'vue'
76

87
import { computed, getCurrentInstance, isRef, onUnmounted, shallowRef, toValue, watch } from 'vue'

src/view.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// based on https://github.com/rocicorp/mono/tree/main/packages/zero-solid
22

3+
import type { Schema } from '@rocicorp/zero'
34
import type { Change, Entry, Format, HumanReadable, Input, Output, Query, ViewFactory } from '@rocicorp/zero/advanced'
4-
// Schema is used internally in the rocicorp monorepo, only the react namespace exports it
5-
import type { Schema } from '@rocicorp/zero/react'
65
import { applyChange } from '@rocicorp/zero/advanced'
76
import { reactive } from 'vue'
87

0 commit comments

Comments
 (0)