Update src/components/ui/ThemeProvider.tsx

This commit is contained in:
2026-01-20 15:23:51 +00:00
parent 719dd4f0ec
commit a1fafec746

View File

@@ -71,5 +71,3 @@ export const useTheme = () => {
return context; return context;
}; };
export default ThemeProvider;