Browse Source

Fix Skills import.

master
Dejvino 11 months ago
parent
commit
eb3a8ad946
2 changed files with 1 additions and 1 deletions
  1. BIN
      public/cv.pdf
  2. +1
    -1
      src/app/components/Skills.tsx

BIN
public/cv.pdf View File


+ 1
- 1
src/app/components/Skills.tsx 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';


Loading…
Cancel
Save