packages,plugins: use lightTheme/darkTheme exports from theme package
This commit is contained in:
@@ -15,12 +15,8 @@
|
||||
*/
|
||||
|
||||
// TODO: backwards compatibility, remove
|
||||
import { lightTheme, darkTheme } from './themes';
|
||||
export {
|
||||
lightTheme as BackstageTheme,
|
||||
lightTheme as BackstageThemeLight,
|
||||
darkTheme as BackstageThemeDark,
|
||||
};
|
||||
import { lightTheme } from './themes';
|
||||
export { lightTheme as BackstageTheme };
|
||||
|
||||
export * from './themes';
|
||||
export * from './baseTheme';
|
||||
|
||||
Reference in New Issue
Block a user