diff --git a/js/framework/exports/amd.js b/js/framework/exports/amd.js index 5431487..81bb3d1 100644 --- a/js/framework/exports/amd.js +++ b/js/framework/exports/amd.js @@ -1,4 +1,4 @@ -import { Framework } from "../framework.core.js"; +import { Framework } from "../../framework.core.js"; // Register as a named AMD module, since Framework can be concatenated with other // files that may use define, but not via a proper concatenation script that