mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added full favicon support via helmet
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
class Thread extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Thread</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Thread;
|
||||
Reference in New Issue
Block a user