Switched any to void
This commit is contained in:
parent
8a1e34380c
commit
8417a89670
@ -2,7 +2,7 @@ import {AboutMeEntry} from "@/components/AboutMeEntry";
|
||||
import {FunctionComponent} from "react";
|
||||
|
||||
|
||||
export const Github: FunctionComponent<any> = () => {
|
||||
export const Github: FunctionComponent<void> = () => {
|
||||
return <AboutMeEntry
|
||||
url="https://github.com/pgrondek"
|
||||
title="Github"
|
||||
|
@ -2,7 +2,7 @@ import {AboutMeEntry} from "@/components/AboutMeEntry";
|
||||
import {FunctionComponent} from "react";
|
||||
|
||||
|
||||
export const LinkedIn: FunctionComponent<any> = () => {
|
||||
export const LinkedIn: FunctionComponent<void> = () => {
|
||||
return <AboutMeEntry
|
||||
url="https://www.linkedin.com/in/pgrondek/"
|
||||
title="LinkedIn"
|
||||
|
@ -2,7 +2,7 @@ import {AboutMeEntry} from "@/components/AboutMeEntry";
|
||||
import {FunctionComponent} from "react";
|
||||
|
||||
|
||||
export const Printables: FunctionComponent<any> = () => {
|
||||
export const Printables: FunctionComponent<void> = () => {
|
||||
return <AboutMeEntry
|
||||
url="https://www.printables.com/@pgrondek"
|
||||
title="Printables"
|
||||
|
Loading…
Reference in New Issue
Block a user