Skip to content

Commit

Permalink
Remove unused ES6 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 7, 2024
1 parent e390116 commit 8db9dcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { FaBrain, FaHeart } from "react-icons/fa";
import styled, { css } from "styled-components";
import { SearchResults } from "../modules/search";
import { AppInfo, GitHubInfo } from "../constants/appInfo.constant";

interface FooterContainerProps {
Expand Down
1 change: 0 additions & 1 deletion client/pages/static/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
import toast from "react-hot-toast";

import { LocalStorageKeys } from "../../constants/localStorages.constant";
import { CheckoutInfo } from "../../constants/appInfo.constant";
import { Footer } from "../../components/Footer";
import { NotifyMeModal } from "../../components/modals/NotifyMeModal";
import { confettiOptions } from "../../constants/confettiOptions.constant";
Expand Down

0 comments on commit 8db9dcf

Please sign in to comment.