style(ui): format resizable divider

main
Peter Steinberger 2026-02-02 17:01:17 -08:00
parent fe81b1d712
commit 96ad19a627
1 changed files with 6 additions and 4 deletions

View File

@ -44,7 +44,9 @@ export class ResizableDivider extends LitElement {
`; `;
render() { render() {
return html``; return html`
`;
} }
connectedCallback() { connectedCallback() {