| Total Complexity | 1 |
| Complexity/F | 1 |
| Lines of Code | 8 |
| Function Count | 1 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import introYml from 'src/data/homepage/1-intro.yml'; |
||
| 2 | import { recursiveMarkdownRender } from 'src/functions/recursiveMarkdownRender'; |
||
| 3 | |||
| 4 | const getHomepageIntro = () => ( |
||
| 5 | recursiveMarkdownRender(introYml) |
||
| 6 | ); |
||
| 7 | |||
| 8 | export { getHomepageIntro }; |
||
| 9 |