code clean

This commit is contained in:
Carter 2024-10-25 15:46:24 -06:00
parent d8151f618a
commit ac7ee6881a
2 changed files with 13 additions and 29 deletions

View file

@ -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>>