From a6025e25d994d6d7a676ecdd6e510b611a055bbf Mon Sep 17 00:00:00 2001 From: Evan Fenner <105249079+efenner-cambia@users.noreply.github.com> Date: Thu, 4 May 2023 17:35:12 -0700 Subject: [PATCH] Add changeset Signed-off-by: Evan Fenner <105249079+efenner-cambia@users.noreply.github.com> --- .changeset/two-gorillas-drop.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/two-gorillas-drop.md diff --git a/.changeset/two-gorillas-drop.md b/.changeset/two-gorillas-drop.md new file mode 100644 index 0000000000..792fd246a2 --- /dev/null +++ b/.changeset/two-gorillas-drop.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-explore': patch +--- + +Updated the example code in the "Customization" section of the Readme to make the imports match the components used.