Switched any to void

This commit is contained in:
Przemek Grondek 2023-07-29 10:51:35 +02:00
parent 8a1e34380c
commit 8417a89670
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"