Fix build

This commit is contained in:
Przemek Grondek 2023-09-13 23:55:37 +02:00
parent 8417a89670
commit 994e2ba306
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<void> = () => {
export const Github: FunctionComponent<any> = () => {
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<void> = () => {
export const LinkedIn: FunctionComponent<any> = () => {
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<void> = () => {
export const Printables: FunctionComponent<any> = () => {
return <AboutMeEntry
url="https://www.printables.com/@pgrondek"
title="Printables"