fix lint errors

This commit is contained in:
2022-07-11 19:23:32 -07:00
parent 8eb6929ec5
commit e4f787f0c2

View File

@@ -1,7 +1,6 @@
import * as React from "react"; import * as React from "react";
import * as R from "ramda"; import * as R from "ramda";
import { graphql, Link } from "gatsby"; import { graphql } from "gatsby";
import { navigate } from "gatsby";
import { Helmet } from "react-helmet"; import { Helmet } from "react-helmet";
import { Picker, Item } from "@adobe/react-spectrum"; import { Picker, Item } from "@adobe/react-spectrum";