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

Skip to content

Commit cc5008c

Browse files
committed
fixup! Import PropsWithChildren in a few components
1 parent 150571d commit cc5008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/AvatarData/AvatarData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Avatar from "@material-ui/core/Avatar"
22
import Link from "@material-ui/core/Link"
33
import { makeStyles } from "@material-ui/core/styles"
4-
import { FC } from "react"
4+
import { FC, PropsWithChildren } from "react"
55
import { Link as RouterLink } from "react-router-dom"
66
import { firstLetter } from "../../util/firstLetter"
77
import {

0 commit comments

Comments
 (0)