Skip to content

Commit

Permalink
missed some renames
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Apr 4, 2024
1 parent 55e1f0e commit 67b67de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "shadow-cljs watch webeditor",
"start": "shadow-cljs watch web-editor",
"build:web-editor": "shadow-cljs release web-editor",
"build:browser-esm-lib": "shadow-cljs release browser-esm-lib",
"build:py-node-lib": "shadow-cljs release py-node-lib",
Expand Down
2 changes: 1 addition & 1 deletion src/l4_lp/web_editor/codemirror_editor.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
["@nextjournal/clojure-mode" :as cm-clj]
["@uiw/codemirror-theme-solarized" :as cm-solarized]
[applied-science.js-interop :as jsi]
[l4-lp.webeditor.guifier :refer [query-and-trace-and-guifier!]]))
[l4-lp.web-editor.guifier :refer [query-and-trace-and-guifier!]]))

;; https://blog.jakubholy.net/2023/interactive-code-snippets-fulcro/
;; https://github.com/nextjournal/clojure-mode
Expand Down
4 changes: 1 addition & 3 deletions src/l4_lp/web_editor/main.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
(:require [applied-science.js-interop :as jsi]
[hoplon.core :as h]
[hoplon.goog]
[l4-lp.webeditor.codemirror-editor :refer [bind-editor!]]
[l4-lp.webeditor.guifier :as guifier]
[promesa.core :as prom]))
[l4-lp.web-editor.codemirror-editor :refer [bind-editor!]]))

(def ^:private initial-editor-text
";; Enter an L4 program here, and then press M-Enter to evaluate the query.
Expand Down

0 comments on commit 67b67de

Please sign in to comment.