diff --git a/app/page.tsx b/app/page.tsx index e5abcb0..c4925d3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,3 +1,5 @@ +"use client"; + import { useState, useEffect } from 'react'; // Types diff --git a/next.config.ts b/next.config.mjs similarity index 100% rename from next.config.ts rename to next.config.mjs