aboutsummaryrefslogtreecommitdiff
path: root/src/components/Views/Home.js
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-14 20:29:54 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-14 20:29:54 +0530
commitee824f566add80998e2530f7bec54ff4d7a1471d (patch)
tree4b7d1da5908baf8e5e0ef6b67ecdca3f09296a86 /src/components/Views/Home.js
parent4c92b12bcb886507d5db738a27bd08e7654f8bfa (diff)
Played around with forms
Diffstat (limited to 'src/components/Views/Home.js')
-rw-r--r--src/components/Views/Home.js15
1 files changed, 0 insertions, 15 deletions
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 (
- <div className={"view"}>
- <Tile height="1rem" width="1rem"></Tile>
- </div>
- )
-}
-
-export default HomeView