From f667c155dc7d208c33ec9e85bf8ab47b2716043b Mon Sep 17 00:00:00 2001 From: cburbano Date: Mon, 16 Oct 2023 12:04:09 -0500 Subject: [PATCH] add new build --- package.json | 1 - public/index.html | 7 ++----- src/App.tsx | 29 ++++++++++++++--------------- src/index.tsx | 2 +- 4 files changed, 17 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 898fc8b..bb70c9b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "caucafe", "version": "0.1.0", "private": true, - "homepage": "https://bhecra.github.io/caucafe", "dependencies": { "@dile/dile-input": "^2.0.5", "@emotion/react": "^11.11.1", diff --git a/public/index.html b/public/index.html index eb7ef29..fe02528 100644 --- a/public/index.html +++ b/public/index.html @@ -19,12 +19,11 @@ Notice the use of %PUBLIC_URL% in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - caucafé + Caucafé @@ -32,12 +31,10 @@ - + \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index a111087..35fef91 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Link, Outlet, Route, Routes, useParams} from 'react-router-dom'; +import { Route, Routes } from 'react-router-dom'; import './App.css'; import React from 'react'; import MenuPrincipal from './components/MenuPrincipal2'; @@ -11,23 +11,22 @@ import SobreNosotros from './components/SobreNosotros'; import EnviarAnalisis from './components/EnviarAnalisis'; function App() { - + return (
- - - }> - }> - }> - }> - } /> - }> - }> - }> - }> - + + }> + }> + }> + }> + } /> + }> + }> + }> + }> +
- + ); } diff --git a/src/index.tsx b/src/index.tsx index 6b492f2..eeb4c1c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -20,7 +20,7 @@ type InfoLote = { const Lotes: InfoLote[] = []; root.render( - + );