From bc3ace615654d735639895ac5e5c275d68ac55ba Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:02:18 +0000 Subject: [PATCH] chore: remove unused Talk component The `Talk.svelte` component was identified as dead code since it was no longer referenced anywhere in the `src` directory. Removing it improves codebase maintainability and reduces clutter. Co-authored-by: Sparkier <5690524+Sparkier@users.noreply.github.com> --- src/lib/components/cv/Talk.svelte | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/lib/components/cv/Talk.svelte diff --git a/src/lib/components/cv/Talk.svelte b/src/lib/components/cv/Talk.svelte deleted file mode 100644 index 277b7e2..0000000 --- a/src/lib/components/cv/Talk.svelte +++ /dev/null @@ -1,28 +0,0 @@ - - -
- {talk.date.toDateString()} -
-- {talk.venue} -
- {#if showLinks} - {#each talk.links as link} -