From 4c92b12bcb886507d5db738a27bd08e7654f8bfa Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 29 Mar 2021 21:32:28 +0530 Subject: Changed directory structer a but (?) --- src/components/Tile/Tile.js | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'src/components/Tile/Tile.js') diff --git a/src/components/Tile/Tile.js b/src/components/Tile/Tile.js index 6fa7f2c..2c67741 100644 --- a/src/components/Tile/Tile.js +++ b/src/components/Tile/Tile.js @@ -1,20 +1,15 @@ import React from "react"; // import React, { useState } from "react"; -import "./Tile.css"; +// import "./Tile.css"; const Tile = (props) => { - // const [,] = useState() - - const style = { - height: props.height; - width: props.width; - backgroundColor: props.colorBG - // textColor: props.colorFG - } - + // const [activeLink, updateActiveLink] = useState("home") return ( -
+
) } -export default Tile +export default Tile; -- cgit v1.2.3