From 5479abffc29260f9fc52b6066149b78fb110f546 Mon Sep 17 00:00:00 2001 From: Asgher Merchant <amerc004@gold.ac.uk> Date: Wed, 4 Jan 2023 18:24:32 +0000 Subject: [PATCH] Delete Navigation.js --- src-1/components/Navigation.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src-1/components/Navigation.js diff --git a/src-1/components/Navigation.js b/src-1/components/Navigation.js deleted file mode 100644 index ea4de6c..0000000 --- a/src-1/components/Navigation.js +++ /dev/null @@ -1,17 +0,0 @@ -import React from 'react'; - -import { NavLink } from 'react-router-dom'; - -const Navigation = () => { - return ( - // This is a functional React component that returns a div element with three NavLink components inside. - //Each NavLink component represents a link to a different route. - <div> - <NavLink to="/">Home</NavLink> - <NavLink to="/about">About</NavLink> - <NavLink to="/themes">Themes</NavLink> - </div> - ); -} - -export default Navigation; \ No newline at end of file -- GitLab