Skip to content

Commit b24ae14

Browse files
committed
fix displayName error
1 parent daaaa06 commit b24ae14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Divider/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default () => (
1+
const Divider = () => (
22
<div
33
style={{
44
width: '100%',
@@ -8,3 +8,5 @@ export default () => (
88
}}
99
/>
1010
)
11+
12+
export default Divider

0 commit comments

Comments
 (0)