refactor: removed unused packages (#2658)
This commit is contained in:
parent
bf48d93a25
commit
3a07bb6060
11 changed files with 16 additions and 3068 deletions
|
|
@ -4,7 +4,7 @@ import useSWR, { mutate } from "swr";
|
|||
import { Controller, useForm } from "react-hook-form";
|
||||
import { Popover, Transition } from "@headlessui/react";
|
||||
import { TwitterPicker } from "react-color";
|
||||
import { DragDropContext, DropResult } from "react-beautiful-dnd";
|
||||
import { DragDropContext, DropResult } from "@hello-pangea/dnd";
|
||||
// services
|
||||
import { ProjectService } from "services/project";
|
||||
import { PageService } from "services/page.service";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue