Skip to content

Commit

Permalink
Gets rid of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Dang committed Nov 13, 2022
1 parent 5df9944 commit 54c6e7e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/pages/Landing/Landing.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { appwrite, github, twitter, react } from "../icons";
import { useHistory } from "react-router-dom";
import logo from '../../static/logo.png';
import logolarge from '../../static/logolarge.png';
import bg from '../../static/fridgebackground.jpeg';

Expand All @@ -11,17 +9,6 @@ const Landing = () => {
history.push("/fridge");
};

const links = [
{
href: "https://github.com/vivjamba/fridgebuddy",
icon: github(10),
},
{
href: "https://hackumass.com/",
icon: twitter(10),
}
];

return (
<>
<section className="container h-screen mx-auto flex" >
Expand Down

0 comments on commit 54c6e7e

Please sign in to comment.