refactor: modules and states folder structure
This commit is contained in:
parent
8b1bf53831
commit
b2eab805e9
25 changed files with 371 additions and 346 deletions
|
|
@ -16,6 +16,7 @@ import useToast from "hooks/use-toast";
|
|||
import issuesServices from "services/issues.service";
|
||||
// components
|
||||
import {
|
||||
DeleteIssueModal,
|
||||
SidebarAssigneeSelect,
|
||||
SidebarBlockedSelect,
|
||||
SidebarBlockerSelect,
|
||||
|
|
@ -23,8 +24,7 @@ import {
|
|||
SidebarParentSelect,
|
||||
SidebarPrioritySelect,
|
||||
SidebarStateSelect,
|
||||
} from "components/issues/sidebar-select";
|
||||
import { DeleteIssueModal } from "components/issues";
|
||||
} from "components/issues";
|
||||
// ui
|
||||
import { Input, Button, Spinner, CustomDatePicker } from "components/ui";
|
||||
// icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue