cleanup: prettier + format.

This commit is contained in:
2024-11-20 20:24:58 -05:00
parent ef5ce1d6e1
commit 8836c7f0ca
4 changed files with 41 additions and 17 deletions

View File

@ -17,8 +17,8 @@ import * as tf_tab_query from './tf-tab-query.js';
import * as tf_tag from './tf-tag.js';
import * as tf_styles from './tf-styles.js';
window.addEventListener('load', function() {
window.addEventListener('load', function () {
let style = document.createElement('style');
style.innerText = tf_styles.styles;
document.body.appendChild(style);
});
});