feat: notifications page
This commit is contained in:
parent
2b71c08444
commit
b6e7d98b72
25 changed files with 2615 additions and 198 deletions
|
|
@ -36,7 +36,7 @@ function H3({ children, className, ...props }) {
|
|||
function H4({ children, className, ...props }) {
|
||||
const classes = useStyles()
|
||||
return (
|
||||
<h4 className={classnames(classes.h3, className)} {...props}>
|
||||
<h4 className={classnames(classes.h4, className)} {...props}>
|
||||
{children}
|
||||
</h4>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue