Fix: next.config.mjs + use client directive

This commit is contained in:
Neo
2026-02-19 09:50:21 +00:00
parent 7e8d072880
commit 37acbd2945
2 changed files with 2 additions and 0 deletions

View File

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