From 4649b11788bd0ba95b0bed84fdc967d3a509c5a9 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:01:56 +0000 Subject: [PATCH] refactor: remove unused Component import from src/lib/types.ts Co-authored-by: Sparkier <5690524+Sparkier@users.noreply.github.com> --- src/lib/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/types.ts b/src/lib/types.ts index 0430723..9d257e6 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -1,5 +1,3 @@ -import type { Component } from 'svelte'; - /** * Providing a structure for reviewing and academic service */