This commit is contained in:
2023-12-23 07:40:52 +03:00
13 changed files with 403 additions and 11 deletions

View File

@ -4,11 +4,7 @@ import styled from 'styled-components';
import { HttpApiMethods } from '../fetchUtils/FetchUtils';
import EditForm from '../post/PostForm';
const Taged = styled.div({
borderRadius: 10,
backgroundColor: 'gray',
})
const httpApiMethods = new HttpApiMethods()