fix
This commit is contained in:
parent
f91f10178b
commit
d1b938eece
|
|
@ -1,8 +1,8 @@
|
|||
"use client";
|
||||
|
||||
import { useEffect, useState } from 'react';
|
||||
import { useEffect } from 'react';
|
||||
import axios from 'axios';
|
||||
import { PrivyProvider, usePrivy } from '@privy-io/react-auth';
|
||||
import { usePrivy } from '@privy-io/react-auth';
|
||||
import Link from 'next/link';
|
||||
|
||||
const Home: React.FC = () => {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
"noImplicitReturns": false,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"exactOptionalPropertyTypes": false,
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"noUnusedLocals": false
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
|
||||
"exclude": ["node_modules"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user