WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c55ac6b

Browse files
authored
fix: add missing newline at the beginning of Option.jsx for better readability (#347)
Signed-off-by: donniean <[email protected]>
1 parent 731e9b6 commit c55ac6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Select/Option.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import PropTypes from "prop-types";
33
import classNames from "classnames";
4+
45
import Checkbox from "../Checkbox/Checkbox";
56
import Icon from "../Icon";
67

0 commit comments

Comments
 (0)