Skip to content

Commit

Permalink
Merge pull request #1641 from bgoonz/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored Feb 11, 2022
2 parents 672d4b2 + 1fcf556 commit 7b13036
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ 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 7b13036

Please sign in to comment.