aboutsummaryrefslogtreecommitdiff
path: root/src/app/themeManager.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/themeManager.jsx')
-rw-r--r--src/app/themeManager.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/themeManager.jsx b/src/app/themeManager.jsx
index f33f7b3..7673d5b 100644
--- a/src/app/themeManager.jsx
+++ b/src/app/themeManager.jsx
@@ -1,4 +1,3 @@
-// app/providers.tsx
"use client";
import { useEffect, useState } from "react";
@@ -13,7 +12,6 @@ export function Providers({ children }) {
}, []);
if (!isMounted) {
- // Render nothing on the server, ensuring HTML consistency
return null;
}