stop using config annotation and use input field with storage api
Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { createDevApp } from '@backstage/dev-utils';
|
||||
import { newRelicDashboardPlugin } from './../src/plugin';
|
||||
import { newRelicDashboardPlugin } from '../src/plugin';
|
||||
|
||||
createDevApp().registerPlugin(newRelicDashboardPlugin).render();
|
||||
|
||||
Reference in New Issue
Block a user