Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
“Jim” committed Aug 9, 2022
1 parent cbb2e0e commit 0683bd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from "react";
import React, { useState } from "react";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";

// Components
Expand Down
2 changes: 0 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Link } from "react-router-dom";

function Footer() {
const footerYear = new Date().getFullYear();

Expand Down

0 comments on commit 0683bd8

Please sign in to comment.