Skip to content

Commit

Permalink
Move interdependency RemoteApp
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Aug 9, 2024
1 parent e5b6674 commit 0569bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/remote-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
type HandleUIEventResponse
} from '@devvit/protos/types/devvit/ui/events/v1alpha/handle_ui.js'
import {type Empty} from '@devvit/protos/types/google/protobuf/empty.js'
import type {UIApp} from '@devvit/ui-renderer/client/remote-app.js'
import type {UIApp} from '@devvit/ui-renderer/client/dispatcher/remote-app.js'

Check failure on line 17 in src/runtime/remote-app.ts

View workflow job for this annotation

GitHub Actions / test

Cannot find module '@devvit/ui-renderer/client/dispatcher/remote-app.js' or its corresponding type declarations.
import {
Metadata as NiceMeta,
createChannel,
Expand Down

0 comments on commit 0569bdb

Please sign in to comment.