File tree Expand file tree Collapse file tree
docs/app/Examples/modules/Rating Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react'
33import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
44import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'
55
6- const RatingTypes = ( ) => (
6+ const RatingTypesExamples = ( ) => (
77 < ExampleSection title = 'Types' >
88 < ComponentExample
99 title = 'Rating'
@@ -43,4 +43,4 @@ const RatingTypes = () => (
4343 </ ExampleSection >
4444)
4545
46- export default RatingTypes
46+ export default RatingTypesExamples
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react'
33import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
44import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'
55
6- const RatingVariations = ( ) => (
6+ const RatingVariationsExamples = ( ) => (
77 < ExampleSection title = 'Variations' >
88 < ComponentExample
99 title = 'Size'
@@ -13,4 +13,4 @@ const RatingVariations = () => (
1313 </ ExampleSection >
1414)
1515
16- export default RatingVariations
16+ export default RatingVariationsExamples
You can’t perform that action at this time.
0 commit comments