Add use client directive

This commit is contained in:
Neo
2026-02-19 09:33:55 +00:00
parent 8baf30b8d0
commit 15f3cff21f

View File

@@ -1,3 +1,5 @@
"use client"
import { useState, useEffect } from 'react'; import { useState, useEffect } from 'react';
// Types // Types