refactor: created global component for kanban board
This commit is contained in:
parent
4f85773a48
commit
58eda658c8
31 changed files with 247 additions and 683 deletions
|
|
@ -21,7 +21,7 @@ import SettingsLayout from "layouts/settings-layout";
|
|||
// hooks
|
||||
import useToast from "hooks/use-toast";
|
||||
// components
|
||||
import { ImageUploadModal } from "components/common/image-upload-modal";
|
||||
import { ImageUploadModal } from "components/core";
|
||||
import ConfirmWorkspaceDeletion from "components/workspace/confirm-workspace-deletion";
|
||||
// ui
|
||||
import { Spinner, Button, Input, CustomSelect } from "components/ui";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue