Install black.

This commit is contained in:
Vishnu KS
2020-08-23 15:34:58 +05:30
parent 3bd0ce9bd6
commit d723ec905b
11 changed files with 3498 additions and 84 deletions

View File

@@ -0,0 +1,12 @@
import React from "react";
export default ({categoryName}) => {
return (
<div>
<h2>
Mind expanding books on {categoryName}
</h2>
</div>
)
}