Skip to content

Commit

Permalink
Merge pull request #1786 from bgoonz/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored Mar 7, 2022
2 parents 153e9bb + 9afcb80 commit a525faf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ import _ from 'lodash';
import React from 'react';
import { htmlToReact } from '../utils';
import ActionLink from './ActionLink';
import addScript from './../hooks/addScript';
const Script = (props) => {
importScript('./../hooks/addScript.js');
};


export default class Footer extends React.Component {
render() {
return (
Expand Down

0 comments on commit a525faf

Please sign in to comment.