Skip to content

Commit

Permalink
chore: remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Feb 12, 2025
1 parent b5b4274 commit 8ff3456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
19 changes: 0 additions & 19 deletions packages/core/src/export_manager.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/core/src/graphics/document.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { EventEmitter, throttle } from '@suika/common';

import { type SuikaEditor } from '../editor';
import { GraphicsStoreManager } from '../graphics_manger';
import { GraphicsType, type Optional } from '../type';
import {
type GraphicsAttrs,
type IGraphicsOpts,
SuikaGraphics,
} from './graphics';
import { GraphicsStoreManager } from './graphics_manger';

type SuikaCanvasAttrs = GraphicsAttrs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SuikaFrame, type SuikaGraphics } from './graphics';
import { SuikaCanvas } from './graphics/canvas';
import { SuikaFrame, type SuikaGraphics } from '.';
import { SuikaCanvas } from './canvas';

/**
* Graphics Manager
Expand Down

0 comments on commit 8ff3456

Please sign in to comment.