mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
initial homepage UI
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import React from 'react';
|
||||
import { Title } from './styled/Board.styled';
|
||||
|
||||
class Thread extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Thread</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
const Thread = () => {
|
||||
return (
|
||||
<Title>thread</Title>
|
||||
);
|
||||
}
|
||||
|
||||
export default Thread;
|
||||
Reference in New Issue
Block a user