diff options
Diffstat (limited to 'src/main.ts')
| -rw-r--r-- | src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ts b/src/main.ts index 9ebef3a..565c0d6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,7 @@ import "./app.css"; const target = document.getElementById("app"); if (!target) { - throw new Error("missing #app mount target"); + throw new Error("missing #app mount target"); } export default mount(App, { target }); |
