mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-06-24 19:41:24 +02:00
Fix imports
This commit is contained in:
parent
3e3f052112
commit
9d1fe1b111
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import type EvaluationIndex from '@core/transformer/EvaluationIndex';
|
import type EvaluationIndex from '@core/debug/EvaluationIndex';
|
||||||
import type ChangeIndex from '@core/debug/ChangeIndex';
|
import type ChangeIndex from '@core/debug/ChangeIndex';
|
||||||
import type Item from '@core/Item';
|
import type Item from '@core/Item';
|
||||||
import { Addition, Removal, ContentChange, PositionChange, Direction } from '../../../core/src/debug/ChangeIndex';
|
import { Addition, Removal, ContentChange, PositionChange, Direction } from '../../../core/src/debug/ChangeIndex';
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
import { ArrowLeft, ArrowRight } from 'svelte-hero-icons';
|
import { ArrowLeft, ArrowRight } from 'svelte-hero-icons';
|
||||||
|
|
||||||
import type ItemGroup from '@core/debug/ItemGroup';
|
import type ItemGroup from '@core/debug/ItemGroup';
|
||||||
import type EvaluationIndex from '@core/transformer/EvaluationIndex';
|
import type EvaluationIndex from '@core/debug/EvaluationIndex';
|
||||||
import type ChangeIndex from '@core/debug/ChangeIndex';
|
import type ChangeIndex from '@core/debug/ChangeIndex';
|
||||||
import type AnnotatedColumn from '@core/debug/AnnotatedColumn';
|
import type AnnotatedColumn from '@core/debug/AnnotatedColumn';
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
import { PresentationChartLine } from 'svelte-hero-icons';
|
import { PresentationChartLine } from 'svelte-hero-icons';
|
||||||
|
|
||||||
import type AnnotatedColumn from '@core/debug/AnnotatedColumn';
|
import type AnnotatedColumn from '@core/debug/AnnotatedColumn';
|
||||||
import type EvaluationIndex from '@core/transformer/EvaluationIndex';
|
import type EvaluationIndex from '@core/debug/EvaluationIndex';
|
||||||
import type ChangeIndex from '@core/debug/ChangeIndex';
|
import type ChangeIndex from '@core/debug/ChangeIndex';
|
||||||
import type Page from '@core/debug/Page';
|
import type Page from '@core/debug/Page';
|
||||||
import ColumnAnnotation from '../../../core/src/debug/ColumnAnnotation';
|
import ColumnAnnotation from '../../../core/src/debug/ColumnAnnotation';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user