Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
hfljzrxsj committed Feb 23, 2024
1 parent 961b492 commit 3867d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { addressArrType } from "@/components/FilterDialog";
import type { addressArrType } from "@/components/FilterDialogWithBreadcrumbs";
import type { data } from "@/echarts";
import type { DistributionOfTerminalSalesArray } from "@/pages/SalesVolumeMonitoring/DistributionOfTerminalSales";
import type { SalesStructureOfTerminalPriceRangesArray } from "@/pages/SalesVolumeMonitoring/SalesStructureOfTerminalPriceRanges";
Expand Down
1 change: 0 additions & 1 deletion src/components/MyTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import classnames from 'classnames';
import { useRequest } from "ahooks";
import { unstable_batchedUpdates } from "react-dom";
import { commonUseRequestParams } from "@/App";
import { FilterDialogIncludeButton } from "../FilterDialog";
import { FilterDialogWithBreadcrumbs, unitNameAll, type TT, type FilterDialogIncludeButtonInstance, type noNeedSomething } from "../FilterDialogWithBreadcrumbs";
export const regionName = 'regionName';
interface Type<T = {}, D extends TT = TT> extends noNeedSomething {
Expand Down

0 comments on commit 3867d8a

Please sign in to comment.