wip file field
This commit is contained in:
@@ -4,6 +4,13 @@ import Account from "./svelte/Account.svelte";
|
||||
import Channel from "./svelte/Channel.svelte";
|
||||
import Mustache from "mustache";
|
||||
import 'htmx.org';
|
||||
import {dropdown} from "./components/dropdown.js";
|
||||
import {colorPicker} from "./recordEditor/colorPicker.js";
|
||||
|
||||
addEventListener("load", (event) => {
|
||||
dropdown()
|
||||
colorPicker()
|
||||
});
|
||||
|
||||
Mustache.escape = function (value) {
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user