From 537c271685f69539b56b9d3835e67a27c0aff481 Mon Sep 17 00:00:00 2001 From: amir hosein gorji Date: Wed, 29 Sep 2021 07:56:34 +0330 Subject: [PATCH] update src/views/About/index.js --- src/views/About/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/About/index.js b/src/views/About/index.js index ab8839d..a89aa48 100644 --- a/src/views/About/index.js +++ b/src/views/About/index.js @@ -4,9 +4,6 @@ import Footer from "../Home/Footer/index"; import pic from "../../assets/images/pic.png"; import aboutLg from "../../assets/images/about-lg.png"; -import aboutMd from "../../assets/images/about-md.png"; -import aboutXs1 from "../../assets/images/about-xs1.png"; -import aboutXs2 from "../../assets/images/about-xs2.png"; import "./index.scss";