refactor(dev): use es6-string-html for templates

This commit is contained in:
Elian Doran
2025-04-01 23:24:21 +03:00
parent 3f2945018c
commit 815078168f
171 changed files with 253 additions and 253 deletions

View File

@@ -26,7 +26,7 @@ import type { NoteType } from "../entities/fnote.js";
import type { AttributeRow, BranchRow } from "../services/load_results.js";
import type { SetNoteOpts } from "../components/note_context.js";
const TPL = `
const TPL = /*html*/`
<div class="tree-wrapper">
<style>
.tree-wrapper {