Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DM0000 committed Nov 26, 2024
2 parents 252b623 + 9873b70 commit 03f51b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/PostList.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import DropDown from "./ArticleStub.jsx";
import { useState, useEffect } from "react";
import Accordion from "react-bootstrap/Accordion";
import {PropTypes} from "prop-types";
import { PropTypes } from "prop-types";

function PostList({ number }) {
let [usersPosts, setUsersPosts] = useState([]);
Expand Down

0 comments on commit 03f51b8

Please sign in to comment.