chore: remove unneeded file extension

This commit is contained in:
Konstantinos Kaloutas
2022-09-30 18:45:07 +03:00
committed by Andelf
parent 42f2910a0e
commit 306ec17ebd

View File

@@ -3,7 +3,7 @@
[clojure.string :as string]
;; NOTE: Always use production build of excalidraw
;; See-also: https://github.com/excalidraw/excalidraw/pull/3330
["@excalidraw/excalidraw/dist/excalidraw.production.min.js" :refer [Excalidraw serializeAsJSON]]
["@excalidraw/excalidraw/dist/excalidraw.production.min" :refer [Excalidraw serializeAsJSON]]
[frontend.config :as config]
[frontend.db :as db]
[frontend.handler.editor :as editor-handler]