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 = () => {
|
const App: Component = () => {
|
||||||
return (
|
return (
|
||||||
<div class={styles.App}>
|
<div class={styles.App}>
|
||||||
<header class={styles.header}>
|
<header class={styles.header} />
|
||||||
</header>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,4 +10,3 @@ if (!(root instanceof HTMLElement)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
render(() => <App />, root);
|
render(() => <App />, root);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue