This commit is contained in:
parent
1e9ffc06bc
commit
d1b1d0aeb5
2 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -10,4 +10,3 @@ if (!(root instanceof HTMLElement)) {
|
|||
}
|
||||
|
||||
render(() => <App />, root);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue