packages/theme: make BackstageTheme a type and update usages

This commit is contained in:
Patrik Oldsberg
2020-04-16 01:34:53 +02:00
parent d766d7aac4
commit d9f34e3fff
7 changed files with 8 additions and 14 deletions
+1 -4
View File
@@ -14,9 +14,6 @@
* limitations under the License.
*/
// TODO: backwards compatibility, remove
import { lightTheme } from './themes';
export { lightTheme as BackstageTheme };
export * from './themes';
export * from './baseTheme';
export * from './types';