mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
10 lines
165 B
React
10 lines
165 B
React
import React from 'react';
|
|
import { Title } from './styled/Board.styled';
|
|
|
|
const Thread = () => {
|
|
return (
|
|
<Title>thread</Title>
|
|
);
|
|
}
|
|
|
|
export default Thread; |