Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix: update context import
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Apr 7, 2020
1 parent 5ba8030 commit 3704bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/Routes/Routes.js
Expand Up @@ -3,7 +3,7 @@ import PropTypes from "prop-types";
import { Switch, Route } from "react-router-dom";
import Helmet from "react-helmet";
import i18next from "i18next";
import { UIContext } from "../context/UIContext";
import UIContext from "../context/UIContext";
import useMediaQuery from "../hooks/useMediaQuery";
import ContentLayout from "../ContentLayout";

Expand Down

0 comments on commit 3704bfd

Please sign in to comment.