Removed styleguide

This commit is contained in:
Andrew Henry 2019-12-11 16:21:51 -08:00
parent 532c0e98db
commit 2248c2da08

View File

@ -38,8 +38,7 @@
const THIRTY_MINUTES = 30 * 60 * 1000; const THIRTY_MINUTES = 30 * 60 * 1000;
[ [
'example/eventGenerator', 'example/eventGenerator'
'example/styleguide'
].forEach( ].forEach(
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry) openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
); );