Skip to content

Commit

Permalink
fix: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Oct 19, 2021
1 parent b9a69be commit 5a4e4b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Tabs/BarItem.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { css } from '@emotion/react';
import {
useTessen,
useInstrumentedData,
} from '@newrelic/gatsby-theme-newrelic';
import useTabs from './useTabs';

const BarItem = ({ index, children, id, count, disabled, ...props }) => {
Expand Down

0 comments on commit 5a4e4b3

Please sign in to comment.