fix: incorrect imports

This commit is contained in:
SethBurkart123
2025-05-25 10:15:24 +10:00
parent 244e667d90
commit fc288bdf01
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
<script lang="ts"> <script lang="ts">
import type { FuseResultMatch } from '../../core/types'; import type { FuseResultMatch } from '../core/types';
const { text, term, matches } = $props<{ const { text, term, matches } = $props<{
text: string; text: string;
@@ -1,5 +1,5 @@
import type { SvelteComponent } from "svelte"; import type { SvelteComponent } from "svelte";
import type { IndexItem } from "./indexing/types"; import type { IndexItem } from "../indexing/types";
export interface DynamicContentItem { export interface DynamicContentItem {
id: string; id: string;