ручной рефакторинг
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import {
|
||||
CellValue,
|
||||
Workbook,
|
||||
} from '../lib/spreadsheet-engine/spreadsheet-engine'
|
||||
import { CellValue, Workbook } from '../feature/excelEngine/excelEngine'
|
||||
interface SheetConfig {
|
||||
name: string
|
||||
rows: number
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
CellUtils,
|
||||
CellValue,
|
||||
Workbook,
|
||||
} from '../lib/spreadsheet-engine/spreadsheet-engine'
|
||||
} from '../feature/excelEngine/excelEngine'
|
||||
|
||||
interface CellData {
|
||||
value: string
|
||||
|
||||
Reference in New Issue
Block a user