fix lint
All checks were successful
Code quality checks / biome (push) Successful in 7s

This commit is contained in:
creations 2025-05-18 19:15:41 -04:00
parent 1e9ffc06bc
commit d1b1d0aeb5
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 1 additions and 3 deletions

View file

@ -5,8 +5,7 @@ import styles from "@views/css/App.module.css";
const App: Component = () => {
return (
<div class={styles.App}>
<header class={styles.header}>
</header>
<header class={styles.header} />
</div>
);
};

View file

@ -10,4 +10,3 @@ if (!(root instanceof HTMLElement)) {
}
render(() => <App />, root);