Fix Skills import.

This commit is contained in:
Dejvino 2023-06-03 14:04:22 +02:00
parent 5ae4b63def
commit eb3a8ad946
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
import React, { useContext } from 'react';
import React, { ReactNode, useContext } from 'react';
import Container from 'react-bootstrap/Container';
import { PersonContext } from '../hooks/PersonContext';
import TagCloud from './TagCloud';