From b3dbdce7135a5cad69726f462a1ffd3a893ac015 Mon Sep 17 00:00:00 2001 From: Mateus Andrade Date: Wed, 23 Jul 2025 10:30:22 -0300 Subject: [PATCH] refactor: remove unused useEffect for theme application in StyleExample component --- example/src/components/StyleExample.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/example/src/components/StyleExample.tsx b/example/src/components/StyleExample.tsx index 659baf0..c2843ef 100644 --- a/example/src/components/StyleExample.tsx +++ b/example/src/components/StyleExample.tsx @@ -242,11 +242,6 @@ export const StyleExample: React.FC = ({ } }; - useEffect(() => { - // Note: Theme is now applied automatically by App.tsx on startup - // This component only handles manual theme switching - }, []); - return (