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:
Jake Crews
2022-07-06 10:48:44 -05:00
parent 79ecedded9
commit 2456dd67f1
8 changed files with 58 additions and 47 deletions
+1 -1
View File
@@ -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();