Frontend: Cleanup implied types, unused imports and variables (#7439)

This commit is contained in:
RachelElysia
2022-09-01 11:28:02 -04:00
committed by GitHub
parent 8a242f7ba1
commit 93e684d524
74 changed files with 237 additions and 343 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const App = ({ children, location }: IAppProps): JSX.Element => {
setSandboxExpiry,
} = useContext(AppContext);
const [isLoading, setIsLoading] = useState<boolean>(false);
const [isLoading, setIsLoading] = useState(false);
const fetchConfig = async () => {
try {