We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaaa06 commit b24ae14Copy full SHA for b24ae14
src/components/Divider/index.tsx
@@ -1,4 +1,4 @@
1
-export default () => (
+const Divider = () => (
2
<div
3
style={{
4
width: '100%',
@@ -8,3 +8,5 @@ export default () => (
8
}}
9
/>
10
)
11
+
12
+export default Divider
0 commit comments