Skip to content

Commit fcb5f0a

Browse files
committed
refactor: remove unnecessary "use client" directive from Theme.tsx
1 parent 06fe871 commit fcb5f0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/contexts/Theme.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
import React, { createContext, useContext, useState, useEffect } from "react";
42
import { UITheme, toUITheme, setThemeOnDocument } from "../utils/theme";
53

0 commit comments

Comments
 (0)