mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: incorrect imports
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user