Skip to content

Commit

Permalink
chore: mark context provider as client component
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbroos committed Jul 26, 2024
1 parent 171dc91 commit 9bd43cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/context/CookieGuardProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { FC, ReactNode, useEffect, useState } from 'react';
import { setCookies as setBrowserCookies } from '../util/cookieFunctions';
import { CookieGuardContext } from './CookieGuardContext';
Expand Down

0 comments on commit 9bd43cd

Please sign in to comment.