diff --git a/src/App.tsx b/src/App.tsx index 5a0f076..e88d970 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -62,6 +62,7 @@ const App = () => { // Set theme to light const activateLightTheme = () => { setTheme('light'); + }; // Set theme to dark @@ -72,7 +73,7 @@ const App = () => { { type: 'cartoon', params: {} }, // ... add more representations as needed ]; - return ( + return (