UNPKG
@red-hat-developer-hub/backstage-plugin-qe-theme
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.0
0.6.0
Red Hat Developer Hub QE Theme
red.ht/rhdh
redhat-developer/rhdh-plugins
@red-hat-developer-hub/backstage-plugin-qe-theme
/
dist
/
plugin.esm.js
10 lines
(7 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ createPlugin }
from
'@backstage/core-plugin-api'
;
const
qeThemePlugin =
createPlugin
({
id
:
"qe-theme"
,
routes
: {} });
export
{ qeThemePlugin };
//# sourceMappingURL=plugin.esm.js.map