Skip to content

Commit bd90e9c

Browse files
committed
Code convention fix
1 parent 428a178 commit bd90e9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/CheckboxGroup.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import debounce from "lodash.debounce";
22
import React, {
3-
FC, PropsWithChildren, ReactElement, useState,
3+
FC,
4+
PropsWithChildren,
5+
ReactElement,
6+
useState,
47
} from 'react';
58
import CheckboxGroupContext, { CheckboxEntry } from "./CheckboxGroupContext";
69

0 commit comments

Comments
 (0)