Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
elinteli committed Jun 14, 2024
1 parent a8b671b commit c3edfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect } from 'react';
import React from 'react';
import { createBrowserRouter, RouterProvider, Route, Link, useParams, createHashRouter } from 'react-router-dom';
import { RouterProvider, createHashRouter } from 'react-router-dom';
import './App.css';
import Noticia from './Noticia';
import Contacto from './Contacto';
Expand Down

0 comments on commit c3edfce

Please sign in to comment.