mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
refactor: remove unused ThemesManager export
This commit is contained in:
@@ -62,7 +62,7 @@ export const injectCustomCss = (css: string) => {
|
||||
}
|
||||
|
||||
const style = document.createElement("style");
|
||||
|
||||
|
||||
style.id = "custom-css";
|
||||
style.textContent = `
|
||||
${css}
|
||||
|
||||
@@ -4,5 +4,4 @@ export { DeleteAllThemesModal } from "./modals/delete-all-themes-modal";
|
||||
export { DeleteThemeModal } from "./modals/delete-theme-modal";
|
||||
export { ThemeCard } from "./components/theme-card";
|
||||
export { ThemePlaceholder } from "./components/theme-placeholder";
|
||||
export { ThemesManager } from "./themes-manager";
|
||||
export { ThemeActions } from "./components/theme-actions";
|
||||
|
||||
Reference in New Issue
Block a user