From 66fea43a74a49653449749792d07aafc751d20a8 Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Thu, 2 Mar 2023 15:53:05 +0100
Subject: [PATCH] WIP fixing test

---
 src/containers/CanvasAnnotations.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/containers/CanvasAnnotations.js b/src/containers/CanvasAnnotations.js
index b607523b4..bc2b53b17 100644
--- a/src/containers/CanvasAnnotations.js
+++ b/src/containers/CanvasAnnotations.js
@@ -1,7 +1,7 @@
 import { compose } from 'redux';
 import { connect } from 'react-redux';
 import { withTranslation } from 'react-i18next';
-import { alpha, withStyles } from '@material-ui/core/styles';
+import { withStyles } from '@material-ui/core/styles';
 import { withPlugins } from '../extend/withPlugins';
 import * as actions from '../state/actions';
 import {
-- 
GitLab