Skip to content

Commit

Permalink
Fix rspc-client import in rspc-tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Oct 5, 2024
1 parent 1c907c3 commit d76bb90
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 106 deletions.
2 changes: 1 addition & 1 deletion packages/tauri/src/v2.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-nocheck No one asked

import { AlphaRSPCError, Link, RspcRequest } from '@oscartbeaumont-sd/rspc-client/v2'
import { AlphaRSPCError, Link, RspcRequest } from '@oscartbeaumont-sd/rspc-client/src/v2'
import { listen } from '@tauri-apps/api/event'
import { appWindow } from '@tauri-apps/api/window'

Expand Down
Loading

0 comments on commit d76bb90

Please sign in to comment.