Skip to content

Commit e5f5527

Browse files
author
gemini2035
committed
temp storage
1 parent 6b989d2 commit e5f5527

File tree

1 file changed

+7
-0
lines changed
  • src/components/editor/operator/sheet/sheetOperator

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { FC } from 'react'
2+
3+
export interface ToolBoxProp {}
4+
5+
export const ToolBox: FC<ToolBoxProp> = () => {
6+
return <>111</>
7+
}

0 commit comments

Comments
 (0)