Fix imports

This commit is contained in:
Johannes Zillmann 2021-04-01 17:04:41 +02:00
parent 3e3f052112
commit 9d1fe1b111
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<script>
import type EvaluationIndex from '@core/transformer/EvaluationIndex';
import type EvaluationIndex from '@core/debug/EvaluationIndex';
import type ChangeIndex from '@core/debug/ChangeIndex';
import type Item from '@core/Item';
import { Addition, Removal, ContentChange, PositionChange, Direction } from '../../../core/src/debug/ChangeIndex';

View File

@ -4,7 +4,7 @@
import { ArrowLeft, ArrowRight } from 'svelte-hero-icons';
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 AnnotatedColumn from '@core/debug/AnnotatedColumn';

View File

@ -4,7 +4,7 @@
import { PresentationChartLine } from 'svelte-hero-icons';
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 Page from '@core/debug/Page';
import ColumnAnnotation from '../../../core/src/debug/ColumnAnnotation';