Skip to content

Commit

Permalink
Error Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 8, 2024
1 parent 7a3c7f8 commit c96a1c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/components/navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// navbar.jsx

'use client';

/* IMPORT PRINCIPAL LIBRARYS */
Expand Down
3 changes: 2 additions & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c96a1c1

Please sign in to comment.