created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.
This commit is contained in:
8
src/components/Switch.jsx
Normal file
8
src/components/Switch.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import "../css/Switch.css";
|
||||
|
||||
const Switch = () => {
|
||||
return <div className="switch container">Switch</div>;
|
||||
};
|
||||
|
||||
export default Switch;
|
||||
Reference in New Issue
Block a user