Skip to content

Commit a08d466

Browse files
author
Cayla Hamann
committed
chore: remove unused imports
1 parent 8e36bf7 commit a08d466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TableOfContents.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import React, { useEffect, useMemo, useRef } from 'react';
1+
import React, { useMemo } from 'react';
22
import PropTypes from 'prop-types';
33
import { css } from '@emotion/core';
44
import { graphql } from 'gatsby';
5-
import { useMedia, usePrevious } from 'react-use';
5+
import { useMedia } from 'react-use';
66
import { Icon, PageTools } from '@newrelic/gatsby-theme-newrelic';
77
import useActiveHash from '../hooks/useActiveHash';
88
import GithubSlugger from 'github-slugger';

0 commit comments

Comments
 (0)