A lot of code clean up. Also making things look better.
This commit is contained in:
13
src/lib/ae_string_snippets.ts
Normal file
13
src/lib/ae_string_snippets.ts
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user