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 150571d commit cc5008cCopy full SHA for cc5008c
site/src/components/AvatarData/AvatarData.tsx
@@ -1,7 +1,7 @@
1
import Avatar from "@material-ui/core/Avatar"
2
import Link from "@material-ui/core/Link"
3
import { makeStyles } from "@material-ui/core/styles"
4
-import { FC } from "react"
+import { FC, PropsWithChildren } from "react"
5
import { Link as RouterLink } from "react-router-dom"
6
import { firstLetter } from "../../util/firstLetter"
7
import {
0 commit comments