Fix lucide site

This commit is contained in:
Eric Fennis
2021-04-30 01:24:34 +02:00
parent 269d5fa2d0
commit 5418c63468
4 changed files with 745 additions and 2161 deletions

View File

@@ -1,8 +1,6 @@
import { SyntheticEvent, useEffect, useRef, useState } from 'react';
import { FormLabel, Icon, Input, InputGroup, InputLeftElement } from '@chakra-ui/react';
import { CustomPicker } from 'react-color';
const { Saturation, Hue } = require('react-color/lib/components/common');
import { Saturation, Hue, ColorWrap as CustomPicker } from 'react-color/lib/components/common';
type ColorPickerProps = {
value: string;