We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c58ff9 commit c0d6e51Copy full SHA for c0d6e51
site/src/components/AppLink/AppLink.tsx
@@ -2,8 +2,8 @@ import Button from "@material-ui/core/Button"
2
import CircularProgress from "@material-ui/core/CircularProgress"
3
import Link from "@material-ui/core/Link"
4
import { makeStyles } from "@material-ui/core/styles"
5
-import ErrorOutlineIcon from '@material-ui/icons/ErrorOutline';
6
import ComputerIcon from "@material-ui/icons/Computer"
+import ErrorOutlineIcon from "@material-ui/icons/ErrorOutline"
7
import { FC, PropsWithChildren } from "react"
8
import * as TypesGen from "../../api/typesGenerated"
9
import { generateRandomString } from "../../util/random"
0 commit comments