Skip to content

Commit

Permalink
refactor(sheets-formula-ui): remove duplicate exports (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 authored Nov 29, 2024
1 parent 80feeed commit fe472fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion packages/sheets-formula-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export { RefSelectionsRenderService } from './services/render-services/ref-selec

// #region - all commands

export type { IFormulaInfo, IOtherFormulaResult } from './services/formula-common';
export { FORMULA_PROMPT_ACTIVATED } from './services/prompt.service';
export { UniverSheetsFormulaUIPlugin } from './sheets-formula-ui.plugin';

Expand Down
37 changes: 0 additions & 37 deletions packages/sheets-formula-ui/src/services/formula-common.ts

This file was deleted.

0 comments on commit fe472fb

Please sign in to comment.