summaryrefslogtreecommitdiffhomepage
path: root/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.ts')
-rw-r--r--src/main.ts2
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 });