fix: _app type issues
This commit is contained in:
parent
a178b463ac
commit
c24d1d1fba
|
|
@ -21,6 +21,7 @@ import { createIDBPersister } from "~/lib/persister.client"
|
|||
import { urlComposer } from "~/lib/url-composer"
|
||||
import { AppPropsWithLayout } from "types/next"
|
||||
import { useMediaToggle } from "~/hooks/useDarkMode"
|
||||
import { AppPropsWithLayout } from "types/next"
|
||||
|
||||
Network.setIpfsGateway(IPFS_GATEWAY)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue