fix: imports

This commit is contained in:
2026-03-15 09:34:19 +08:00
parent 28794fd9f0
commit 9dbd406c0e
3 changed files with 8 additions and 5 deletions
@@ -1,5 +1,6 @@
import type { DeckStore } from './deckStore';
import { calculateSinglePageLayout, generateTravelPaths, pts2plotter } from '../../../plotcutter';
import { calculateSinglePageLayout, generateTravelPaths } from '../../../plotcutter/layout';
import { pts2plotter } from '../../../plotcutter/plotter';
export interface PltExportData {
/** 单页满排时的 PLT 代码 */