Skip to content

Commit

Permalink
Error NavBar.test.js de import NavBar. En local funcionaba
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago21112001 committed Mar 10, 2024
1 parent 2f933bc commit 77a211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/navbar/NavBar.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import Navbar from './Navbar.js';
import {Navbar} from './Navbar.js';
import { AuthProvider } from '../authcontext';
import { BrowserRouter as Router} from 'react-router-dom';

Expand Down

0 comments on commit 77a211e

Please sign in to comment.