From ee824f566add80998e2530f7bec54ff4d7a1471d Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Wed, 14 Apr 2021 20:29:54 +0530 Subject: Played around with forms --- src/components/Views/Home.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/components/Views/Home.js (limited to 'src/components/Views/Home.js') diff --git a/src/components/Views/Home.js b/src/components/Views/Home.js deleted file mode 100644 index ab8b66f..0000000 --- a/src/components/Views/Home.js +++ /dev/null @@ -1,15 +0,0 @@ -import React from "react"; -// import React, { useState } from "react"; -import "./../Tile/Tile"; -import "./Home.css"; - -const HomeView = () => { - // const [activeLink, updateActiveLink] = useState("home") - return ( -
- -
- ) -} - -export default HomeView -- cgit v1.2.3