diff --git a/apps/client/src/widgets/type_widgets/spreadsheet/Spreadsheet.tsx b/apps/client/src/widgets/type_widgets/spreadsheet/Spreadsheet.tsx index 157d4479ec..6b1a4af417 100644 --- a/apps/client/src/widgets/type_widgets/spreadsheet/Spreadsheet.tsx +++ b/apps/client/src/widgets/type_widgets/spreadsheet/Spreadsheet.tsx @@ -1,7 +1,11 @@ -import "@univerjs/preset-sheets-core/lib/index.css"; import "./Spreadsheet.css"; -import '@univerjs/preset-sheets-sort/lib/index.css'; -import '@univerjs/preset-sheets-conditional-formatting/lib/index.css'; +import "@univerjs/preset-sheets-core/lib/index.css"; +import "@univerjs/preset-sheets-sort/lib/index.css"; +import "@univerjs/preset-sheets-conditional-formatting/lib/index.css"; +import "@univerjs/preset-sheets-find-replace/lib/index.css"; +import "@univerjs/preset-sheets-note/lib/index.css"; +import "@univerjs/preset-sheets-filter/lib/index.css"; +import "@univerjs/preset-sheets-data-validation/lib/index.css"; import { UniverSheetsConditionalFormattingPreset } from '@univerjs/preset-sheets-conditional-formatting'; import UniverPresetSheetsConditionalFormattingEnUS from '@univerjs/preset-sheets-conditional-formatting/locales/en-US';