fix import error
This commit is contained in:
parent
3c37043217
commit
8190036885
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import logo from "~/assets/logo.png";
|
|||
import { useRouter } from "next/router";
|
||||
import { useEffect } from "react";
|
||||
import StarIcon from "~/assets/StarIcon";
|
||||
import Paywall from "~/components/Paywall";
|
||||
|
||||
const Home: NextPage = () => {
|
||||
const [recordModalOpen, setRecordOpen] = useAtom(recordVideoModalOpen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue