added full favicon support via helmet

This commit is contained in:
plebbitor
2023-02-01 13:30:32 +01:00
parent b0233546f7
commit 66b707c3f2
21 changed files with 123 additions and 35 deletions
+13
View File
@@ -0,0 +1,13 @@
import React from 'react';
class Thread extends React.Component {
render() {
return (
<div>
<h1>Thread</h1>
</div>
);
}
}
export default Thread;