aboutsummaryrefslogtreecommitdiff
path: root/src/lib/component/CV.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/component/CV.svelte')
-rw-r--r--src/lib/component/CV.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/component/CV.svelte b/src/lib/component/CV.svelte
index b24d2cf..50d31ab 100644
--- a/src/lib/component/CV.svelte
+++ b/src/lib/component/CV.svelte
@@ -3,7 +3,7 @@
import { onMount } from "svelte";
//// var
- let cv = "";
+ let cv = $state("");
//// function
async function showContent() {