mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: incorrect imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { FuseResultMatch } from '../../core/types';
|
||||
import type { FuseResultMatch } from '../core/types';
|
||||
|
||||
const { text, term, matches } = $props<{
|
||||
text: string;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { SvelteComponent } from "svelte";
|
||||
import type { IndexItem } from "./indexing/types";
|
||||
import type { IndexItem } from "../indexing/types";
|
||||
|
||||
export interface DynamicContentItem {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user