code reformat

This commit is contained in:
2020-10-15 00:59:13 +03:00
parent 68a59d6093
commit 516cdf5b82
69 changed files with 635 additions and 563 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import React from "react";
import Loading from "../../ui/Loading";
import {fetchNews} from "../../api/news";
import { fetchNews } from "../../api/news";
import NewsPost from "../../ui/NewsPost/NewsPost";
import {Link} from "react-router-dom";
import { Link } from "react-router-dom";
type State = {
news: PostType[]