diff --git a/src/pages/instant-observability.js b/src/pages/instant-observability.js index cc51bfcb9..567bfb36f 100644 --- a/src/pages/instant-observability.js +++ b/src/pages/instant-observability.js @@ -14,6 +14,7 @@ import { useTessen, Button, Icon, + Dropdown, } from '@newrelic/gatsby-theme-newrelic'; import { navigate } from '@reach/router'; @@ -30,7 +31,6 @@ import CATEGORIES from '../data/instant-observability-categories'; import { getGuidedInstallStackedNr1Url } from '../utils/get-pack-nr1-url'; import SuperTiles from '../components/SuperTiles'; -import { convertChangesToDMP } from 'diff'; const COLLAPSE_BREAKPOINT = '760px'; @@ -694,17 +694,34 @@ const QuickstartsPage = ({ data, location }) => {