We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147b604 commit 79097b3Copy full SHA for 79097b3
packages/board-workbench/src/panel/Panel.tsx
@@ -1,7 +1,7 @@
1
import React, { useState, useRef } from 'react';
2
import { ToolHeader, ColorSection, FillColorSection, ThicknessSection } from './components';
3
import './styles.css';
4
-import { EBoard } from '@e-board/core';
+import type { EBoard } from '@e-board/board-core';
5
6
interface PanelWithBoardProps {
7
board?: EBoard | null; // EBoard instance
0 commit comments