code clean
This commit is contained in:
parent
d8151f618a
commit
ac7ee6881a
2 changed files with 13 additions and 29 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { useAuth0 } from "@auth0/auth0-react";
|
||||
import { PropsWithChildren, useEffect, useState } from "react";
|
||||
import { PropsWithChildren, useEffect } from "react";
|
||||
|
||||
interface Props extends PropsWithChildren<any>{
|
||||
setToken: React.Dispatch<React.SetStateAction<string | undefined>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue