refactor: removed unused packages (#2658)

This commit is contained in:
Aaryan Khandelwal 2023-11-06 13:17:02 +05:30 committed by GitHub
parent bf48d93a25
commit 3a07bb6060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 3068 deletions

View file

@ -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";