feat: add themes
ci-front / build (push) Successful in 1m53s

This commit is contained in:
2026-04-03 20:06:47 +03:00
parent f073756e92
commit cc23cc2a1e
9 changed files with 376 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { ThemeChanger } from "@/modules/theme-changer";
export const ThemesPage = () => {
return (
<div>
<ThemeChanger label="Выбор тем приложения" />
</div>
);
};