fix: imports
This commit is contained in:
@@ -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 代码 */
|
||||
|
||||
Reference in New Issue
Block a user