mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: remove unused ThemesManager export
This commit is contained in:
parent
afcd99a6fd
commit
d91d8dd26f
2 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue