remove unused code

This commit is contained in:
MarconLP 2023-05-03 20:04:14 +02:00
parent 283f315b63
commit 1dfdb52ef0
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -5,7 +5,7 @@ import { usePostHog } from "posthog-js/react";
import { useAtom } from "jotai";
import recordVideoModalOpen from "~/atoms/recordVideoModalOpen";
import VideoRecordModal from "~/components/VideoRecordModal";
import { ShareIcon, VideoCameraIcon } from "@heroicons/react/24/solid";
import { ShareIcon } from "@heroicons/react/24/solid";
import { CheckIcon } from "@heroicons/react/20/solid";
import { CheckCircleIcon } from "@heroicons/react/24/outline";
import Footer from "~/components/Footer";