Skip to content

Commit

Permalink
make sandblocks work again
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-src-components-tools-sandblocks-editor.js,
  • Loading branch information
JensLincke committed Dec 9, 2023
1 parent a7b27a0 commit 7890e5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/tools/sandblocks-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import "src/client/tree-sitter.js"
// while in dev, we keep sandblocks in a separate git repo
import "../../../../sandblocks-text/md5.js"

import {SBParser, setConfig} from "../../../../sandblocks-text/model.js"
import {} from "../../../../sandblocks-text/view.js";
import {} from "../../../../sandblocks-text/smalltalk.js";
import {} from "../../../../sandblocks-text/javascript.js";

import {setConfig} from "../../../../sandblocks-text/model.js"
import "../../../../sandblocks-text/main.js"

// // initialize language....
var baseDir = lively4url + "/../sandblocks-text/"
Expand Down

0 comments on commit 7890e5a

Please sign in to comment.