Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulDavids authored Sep 8, 2023
1 parent 7ab62f4 commit 1a434ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
faExclamationTriangle,
} from "@fortawesome/free-solid-svg-icons";
import "./styles.css";
import { faTwitter } from "@fortawesome/free-brands-svg-icons";

import { faMessage } from "@fortawesome/free-solid-svg-icons";
import ChangeLog from "./ChangeLog";

Expand Down Expand Up @@ -313,4 +313,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit 1a434ec

Please sign in to comment.