added craco, initial board styling

This commit is contained in:
plebbitor
2023-02-04 22:10:54 +01:00
parent 2a3b85c5cc
commit ed8a1952d2
9 changed files with 288 additions and 21 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
import React from 'react';
import { Title } from './styled/Board.styled';
const Thread = () => {
return (
<Title>thread</Title>
<h1>thread</h1>
);
}