remove unused code
This commit is contained in:
parent
283f315b63
commit
1dfdb52ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue