Skip to content

Commit 79097b3

Browse files
committed
fix: 报错
1 parent 147b604 commit 79097b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/board-workbench/src/panel/Panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState, useRef } from 'react';
22
import { ToolHeader, ColorSection, FillColorSection, ThicknessSection } from './components';
33
import './styles.css';
4-
import { EBoard } from '@e-board/core';
4+
import type { EBoard } from '@e-board/board-core';
55

66
interface PanelWithBoardProps {
77
board?: EBoard | null; // EBoard instance

0 commit comments

Comments
 (0)