chore: merge constants and services (#8623)
* fix: remove constants and services * fix: formatting * fix: types check
This commit is contained in:
parent
06e4a1624c
commit
7793febcf8
46 changed files with 123 additions and 209 deletions
|
|
@ -14,7 +14,7 @@ import type {
|
|||
TEstimateSystemKeys,
|
||||
} from "@plane/types";
|
||||
// plane web services
|
||||
import estimateService from "@/plane-web/services/project/estimate.service";
|
||||
import estimateService from "@/services/estimate.service";
|
||||
// store
|
||||
import type { IEstimatePoint } from "@/store/estimates/estimate-point";
|
||||
import { EstimatePoint } from "@/store/estimates/estimate-point";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue