mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-19 02:52:01 +02:00
Fix minor mistake
This commit is contained in:
parent
b0e1d04030
commit
b0404b6613
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable no-undef */
|
||||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { Trans, Link } from "gatsby-plugin-react-i18next";
|
||||
import { Trans, Link, useTranslation } from "gatsby-plugin-react-i18next";
|
||||
import { createPortal } from "react-dom";
|
||||
|
||||
import * as styles from "./navigation.module.scss";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue