Skip to content

Commit 04597c2

Browse files
committed
Fixing unused import
1 parent 6bd05c6 commit 04597c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/field/ColorPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react';
1+
import React from 'react';
22
import { ColorPicker } from 'mui-color';
33

44
const NeoColorPicker = ({ value, onChange, defaultValue, label, style }) => {

0 commit comments

Comments
 (0)