Skip to content

Commit 17ab452

Browse files
author
Ritika Mishra
committed
fixed client side exception error
1 parent ab15bb6 commit 17ab452

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/components/CandleLit.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use client';
12
import React, { useState, useEffect } from 'react';
23

34
type FFTChannel = number[];

src/components/Colors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use client';
12
// colors.ts
23

34
// Base custom colors as an object for configuration

src/components/FFT.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use client';
12
import React, {
23
useEffect,
34
useRef,

0 commit comments

Comments
 (0)