Explorar o código

remove tldraw script

Konstantinos Kaloutas %!s(int64=2) %!d(string=hai) anos
pai
achega
960c1dc636
Modificáronse 3 ficheiros con 0 adicións e 3 borrados
  1. 0 1
      public/index.html
  2. 0 1
      resources/electron.html
  3. 0 1
      resources/index.html

+ 0 - 1
public/index.html

@@ -57,6 +57,5 @@
 <script defer src="/static/js/tabler.min.js"></script>
 <script defer src="/static/js/tabler.ext.js"></script>
 <script defer src="/static/js/code-editor.js"></script>
-<script defer src="/static/js/tldraw.js"></script>
 </body>
 </html>

+ 0 - 1
resources/electron.html

@@ -58,6 +58,5 @@ const portal = new MagicPortal(worker);
 <script defer src="./js/tabler.min.js"></script>
 <script defer src="./js/tabler.ext.js"></script>
 <script defer src="./js/code-editor.js"></script>
-<script defer src="./js/tldraw.js"></script>
 </body>
 </html>

+ 0 - 1
resources/index.html

@@ -57,6 +57,5 @@ const portal = new MagicPortal(worker);
 <script defer src="./js/tabler.min.js"></script>
 <script defer src="./js/tabler.ext.js"></script>
 <script defer src="./js/code-editor.js"></script>
-<script defer src="./js/tldraw.js"></script>
 </body>
 </html>