Skip to content

Commit

Permalink
last touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien950 committed Jan 31, 2025
1 parent 30cea00 commit 46d2525
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState, useEffect, useRef, useCallback } from 'react'
'use client'
import React, { useState, useEffect, useCallback } from 'react'

interface StateHistoryItem {
state: string
Expand Down

0 comments on commit 46d2525

Please sign in to comment.