A lot of code clean up. Also making things look better.

This commit is contained in:
Scott Idem
2024-06-28 17:56:39 -04:00
parent 9f7a19c4b9
commit acaff7634d
10 changed files with 800 additions and 785 deletions

View File

@@ -0,0 +1,13 @@
// These are shared snippets of text, This is mostly HTML and CSS.
let html__not_set = `
<span
class="text-sm text-gray-500 bg-gray-100 p-1 rounded-md border border-gray-200"
>-- not set --
</span>
`;
export {
html__not_set,
};