mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-07-25 04:18:01 +02:00
Cleanup code
This commit is contained in:
parent
4d70d5b6f7
commit
b16262025a
9 changed files with 31 additions and 33 deletions
|
@ -4,7 +4,7 @@ import Navigation from "../components/navigation"
|
|||
import SEO from "../components/seo";
|
||||
|
||||
import "./default.scss";
|
||||
import {Link, Trans, useTranslation} from 'gatsby-plugin-react-i18next';
|
||||
import {Link, Trans} from 'gatsby-plugin-react-i18next';
|
||||
import LanguageSwitcher from "../components/languageSwitcher";
|
||||
|
||||
class Layout extends React.Component {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue