diff --git a/app/components/navbar.jsx b/app/components/navbar.jsx index a14ac26..99ac738 100644 --- a/app/components/navbar.jsx +++ b/app/components/navbar.jsx @@ -1,3 +1,5 @@ +// navbar.jsx + 'use client'; /* IMPORT PRINCIPAL LIBRARYS */ diff --git a/app/page.jsx b/app/page.jsx index 4b22297..ded4632 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,5 +1,6 @@ -'use client' +// page.jsx +'use client' import React, { useState, useEffect } from 'react'; import Image from 'next/image'; import Head from 'next/head';