Skip to content

Commit 87a0214

Browse files
committed
Fix apps-runtime import path for backend/client move
1 parent 1e3ebed commit 87a0214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/apps/src/built/apps-runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/* eslint-env browser */
66
/* global globalThis */
7-
import { executeBackendFunction } from '../backend-function-client/execute-backend-function';
7+
import { executeBackendFunction } from '../backend/client/execute-backend-function';
88

99
// Exposed on `globalThis.DD_APPS_RUNTIME` by the apps plugin injection so
1010
// generated proxy modules can call `executeBackendFunction` without importing

0 commit comments

Comments
 (0)