diff --git a/src/components/Home/Home.jsx b/src/components/Home/Home.jsx index 5eff94e..937476e 100644 --- a/src/components/Home/Home.jsx +++ b/src/components/Home/Home.jsx @@ -1,16 +1,16 @@ -import React from "react"; -import Typed from "react-typed"; +import React from "react" +import Typed from "react-typed" // SVG -import man from "images/dev.svg"; +import man from "images/dev.svg" // Animation -import { Link } from "react-scroll"; -import { motion } from "framer-motion"; +import { Link } from "react-scroll" +import { motion } from "framer-motion" // CSS -import "./home.css"; -import Button from "components/Button/Button"; +import "./home.css" +import Button from "components/Button/Button" const contentVariants = { initial: { @@ -26,7 +26,7 @@ const contentVariants = { when: "beforeChildren", }, }, -}; +} const Home = () => { return ( @@ -42,7 +42,7 @@ const Home = () => {
I am a