Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07f52d5

Browse files
committed
Fix remaining lint issues
1 parent b348b70 commit 07f52d5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

site/pages/404.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
import { makeStyles } from "@material-ui/core/styles"
2-
import React, { useEffect, useState } from "react"
3-
import { getApiKey } from "../api"
4-
import { CliAuthToken } from "../components/SignIn"
2+
import React from "react"
53

6-
import { FullScreenLoader } from "../components/Loader/FullScreenLoader"
7-
import { useUser } from "../contexts/UserContext"
8-
import { Typography } from "@material-ui/core"
4+
import Typography from "@material-ui/core/Typography"
95

106
const CliAuthenticationPage: React.FC = () => {
11-
const { me } = useUser(true)
127
const styles = useStyles()
138

149
return (

0 commit comments

Comments
 (0)