Skip to content

Commit

Permalink
rebase and format
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Feb 19, 2025
1 parent d369d91 commit 6e751ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Component } from "react";
import { FormattedMessage, injectIntl } from "react-intl";
import img from "../../../images/openstreetmap-logo.svg";
import SvgSymbol from "../SvgSymbol/SvgSymbol";
import messages from "./Messages";
import img from "../../../images/openstreetmap-logo.svg";

class Footer extends Component {
state = {
Expand Down

0 comments on commit 6e751ee

Please sign in to comment.