refactor: project estimates store (#2801)
* refactor: remove estimates from project store * chore: update all the instances of the old store * chore: update store declaration structure
This commit is contained in:
parent
d3c85b1336
commit
af8804eb12
13 changed files with 134 additions and 123 deletions
|
|
@ -4,7 +4,7 @@ import { AppLayout } from "layouts/app-layout";
|
|||
import { ProjectSettingLayout } from "layouts/settings-layout";
|
||||
// components
|
||||
import { ProjectSettingHeader } from "components/headers";
|
||||
import { EstimatesList } from "components/estimates/estimate-list";
|
||||
import { EstimatesList } from "components/estimates";
|
||||
// types
|
||||
import { NextPageWithLayout } from "types/app";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue