diff --git a/src/pages/photogallery.js b/src/pages/photogallery.js index 94a3cd9..07dc51b 100644 --- a/src/pages/photogallery.js +++ b/src/pages/photogallery.js @@ -1,7 +1,6 @@ import * as React from "react"; import * as R from "ramda"; -import { graphql, Link } from "gatsby"; -import { navigate } from "gatsby"; +import { graphql } from "gatsby"; import { Helmet } from "react-helmet"; import { Picker, Item } from "@adobe/react-spectrum";