From 54a7f78f4fa37728c217ded8ccef85d1c7b4f48d Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Wed, 4 Jan 2023 21:17:08 +0100 Subject: [PATCH] Fix rel warnings and unused imports --- src/Pages/Home.js | 6 +++--- src/Pages/Software/Software.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pages/Home.js b/src/Pages/Home.js index 29af86c..8fb3c5a 100644 --- a/src/Pages/Home.js +++ b/src/Pages/Home.js @@ -1,5 +1,5 @@ import React from 'react'; -import {BrowserRouter as Router, Routes, Route, Link} from 'react-router-dom'; +import {Link} from 'react-router-dom'; const Home = () => { return ( @@ -22,12 +22,12 @@ const Home = () => {

I am based in Helmond, the Netherlands.

- + github icon


-

This site was made with: React, Bootstrap, Nginx and Docker
on DigitalOcean cloud droplets.

+

This site was made with: React, Bootstrap, Nginx and Docker
on DigitalOcean cloud droplets.

diff --git a/src/Pages/Software/Software.js b/src/Pages/Software/Software.js index b7cce28..06ab7de 100644 --- a/src/Pages/Software/Software.js +++ b/src/Pages/Software/Software.js @@ -1,6 +1,6 @@ import React from 'react'; -import {BrowserRouter as Router, Routes, Route, Link} from 'react-router-dom'; +import {Link} from 'react-router-dom'; const Software = () => { return (