Skip to content

Commit

Permalink
Added use client to context.
Browse files Browse the repository at this point in the history
  • Loading branch information
evankirkiles committed Jun 6, 2023
1 parent b78a15b commit de68eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MetaThemeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* created on Sun Jun 04 2023
* 2023 the nobot space
*/
"use client";

import React, { useEffect, useState } from 'react';
import { PropsWithChildren, createContext, useRef } from 'react';

Expand Down

0 comments on commit de68eed

Please sign in to comment.