diff --git a/src/App.tsx b/src/App.tsx index 4538c5e..ed2771b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,6 +67,12 @@ function App() { return (
+ + Skip to main content + = ({ console.log(`[ContentView] Rendering effect: ${selectedEffect || 'None'}, isLoading: ${isLoading}`); return ( -
+

{effectData ? effectData.name : 'Select an Effect'} @@ -100,6 +100,6 @@ export const ContentView: React.FC = ({ )}

-
+ ); };