diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 76a55d2..9731eb2 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -8,7 +8,6 @@ Enter, } from "../wailsjs/go/main/App.js"; - let resultText: string = "Please enter your name below 👇"; let searchText: string; let mathRes: string | null; @@ -70,6 +69,12 @@ }} />