graphiql,app: export icon and avoid routeRef usage in SidebarItem
Co-authored-by: Juan Lulkin <jmaiz@spotify.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { IconComponent } from '@backstage/core';
|
||||
import GraphiQLIconComponent from './assets/graphiql.icon.svg';
|
||||
|
||||
export {
|
||||
graphiqlPlugin,
|
||||
graphiqlPlugin as plugin,
|
||||
@@ -22,3 +25,4 @@ export {
|
||||
export { GraphiQLPage as Router } from './components';
|
||||
export * from './lib/api';
|
||||
export * from './route-refs';
|
||||
export const GraphiQLIcon: IconComponent = GraphiQLIconComponent;
|
||||
|
||||
Reference in New Issue
Block a user