We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3ebed commit 87a0214Copy full SHA for 87a0214
1 file changed
packages/plugins/apps/src/built/apps-runtime.ts
@@ -4,7 +4,7 @@
4
5
/* eslint-env browser */
6
/* global globalThis */
7
-import { executeBackendFunction } from '../backend-function-client/execute-backend-function';
+import { executeBackendFunction } from '../backend/client/execute-backend-function';
8
9
// Exposed on `globalThis.DD_APPS_RUNTIME` by the apps plugin injection so
10
// generated proxy modules can call `executeBackendFunction` without importing
0 commit comments