From 36e60ecfc701d68d788caf9e3199611eb06629fa Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Tue, 9 May 2023 11:14:06 +0200 Subject: [PATCH] :art: fix --- src/front/Components/Layouts/LoginCustomer/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/front/Components/Layouts/LoginCustomer/index.tsx b/src/front/Components/Layouts/LoginCustomer/index.tsx index ad2a513f..ded0c9a6 100644 --- a/src/front/Components/Layouts/LoginCustomer/index.tsx +++ b/src/front/Components/Layouts/LoginCustomer/index.tsx @@ -1,7 +1,6 @@ import Typography, { ITypo } from "@Front/Components/DesignSystem/Typography"; import BasePage from "../Base"; import classes from "./classes.module.scss"; -import CoffreIcon from "@Assets/Icons/coffre.svg"; import LandingImage from "./landing-connect.png"; import Image from "next/image"; import DefaultDoubleSidePage from "@Front/Components/LayoutTemplates/DefaultDoubleSidePage";