Skip to content

Commit 8a05f6f

Browse files
committed
chore: removing unused component
1 parent f8aa406 commit 8a05f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/observability-packs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import PackListTile from '../components/PackListTile';
99
import PackList from '../components/PackList';
1010
import Select from '../components/Select';
1111
import SegmentedControl from '../components/SegmentedControl';
12-
import { SearchInput, Button } from '@newrelic/gatsby-theme-newrelic';
12+
import { SearchInput } from '@newrelic/gatsby-theme-newrelic';
1313
import { useQueryParam, StringParam } from 'use-query-params';
1414

1515
const sortOptionValues = ['Alphabetical', 'Reverse', 'Popularity'];

0 commit comments

Comments
 (0)