Skip to content

Commit

Permalink
Merge pull request #102 from kepler-inc/fix-playground
Browse files Browse the repository at this point in the history
add use client directive
  • Loading branch information
Taofeeq-deru authored Aug 20, 2024
2 parents 4577856 + b5beacf commit 867b07c
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 type { RefinedIntegrationAction } from '@arkw/core';
import { useEffect, useState } from 'react';

Expand Down

0 comments on commit 867b07c

Please sign in to comment.