Skip to content

Commit

Permalink
enh: cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
annabranco committed Dec 4, 2020
1 parent fc515ce commit f4e0b42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions packages/nnk/src/assets/images/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ export const PayPal = require('./logos/paypal.png');
export const GoFundMe = require('./logos/gofundme.png');
export const Teaming = require('./logos/teaming.png');

// Partners
export const PayPal = require('./logos/paypal.png');
export const GoFundMe = require('./logos/gofundme.png');
export const Teaming = require('./logos/teaming.png');

// What
export const Program01 = require('./spots/program01.jpeg');
export const Program02 = require('./spots/program02.jpeg');
Expand Down
2 changes: 1 addition & 1 deletion packages/nnk/src/components/controllers/App/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'; // eslint-disable-line import/no-extraneous-dependencies
import { Global, connect, Head } from 'frontity';
import Switch from '@frontity/components/switch';
import Footer from '../../views/Footer';
// import Footer from '../../views/Footer';
import Header from '../Header';
import List from '../../core/List';
import Loading from '../../core/Loading';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'; // eslint-disable-line import/no-extraneous-dependenc
import { any } from 'prop-types';
import {
BasicModuleWrapper,
Description,
TextWrapper,
Text,
DescriptionWrapper,
Expand Down

1 comment on commit f4e0b42

@vercel
Copy link

@vercel vercel bot commented on f4e0b42 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.