Import cropper css

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-11-02 17:12:15 +01:00
parent 2220487a46
commit b1a4247bf2

View File

@ -1,5 +1,6 @@
import Cropper from 'cropperjs';
import { useRef, useEffect, useState } from 'react';
import 'cropperjs/dist/cropper.css';
const QUALITY = 1;