Install black.
This commit is contained in:
12
app/src/components/categorydescription.js
Normal file
12
app/src/components/categorydescription.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
|
||||
|
||||
export default ({categoryName}) => {
|
||||
return (
|
||||
<div>
|
||||
<h2>
|
||||
Mind expanding books on {categoryName}
|
||||
</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user