code reformat
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import {fetchNews} from "../../api/news";
|
||||
import { fetchNews } from "../../api/news";
|
||||
import Loading from "../../ui/Loading";
|
||||
import {Link} from "react-router-dom";
|
||||
import { Link } from "react-router-dom";
|
||||
import NewsPost from "../../ui/NewsPost/NewsPost";
|
||||
|
||||
type State = {
|
||||
@@ -40,4 +40,4 @@ class News extends React.Component<{}, State> {
|
||||
}
|
||||
}
|
||||
|
||||
export default News;
|
||||
export default News;
|
||||
|
||||
Reference in New Issue
Block a user