Skip to content

Commit

Permalink
add use client directive to TurnkeyThemeProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-dev committed Dec 17, 2024
1 parent 559e400 commit 17dcc77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import React, { createContext, useContext, useEffect } from "react";

const ThemeContext = createContext<Record<string, string> | null>(null);
Expand Down

0 comments on commit 17dcc77

Please sign in to comment.