Cleanup code

This commit is contained in:
Kevin Kandlbinder 2020-12-27 03:04:10 +01:00
parent 4d70d5b6f7
commit b16262025a
9 changed files with 31 additions and 33 deletions

View file

@ -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 {