The import statement for the community components needs an @newrelic
Description
README states
import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from 'nr1-community';
BUT the nr1-community needs to have the @newrelic so it needs to be
import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from '@newrelic/nr1-community';
The import statement for the community components needs an @newrelic
Description
README states import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from 'nr1-community';
BUT the nr1-community needs to have the @newrelic so it needs to be import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from '@newrelic/nr1-community';
Steps to Reproduce
Expected Behaviour
Relevant Logs / Console output
Your Environment
Additional context