Skip to content

Commit

Permalink
fix: remove unused package.json in plugin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Apr 18, 2024
1 parent ae51544 commit d6c946f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion src/plugins/footer-links/FooterLinks.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

import useFooterLinks from '@edx/frontend-component-footer/components/data/fetchFooterLinks';
import { PluginSlot } from '@openedx/frontend-plugin-framework';
import useFooterLinks from '../../components/data/fetchFooterLinks';

import { LinkComponent } from './LinkComponent';

Expand Down
18 changes: 0 additions & 18 deletions src/plugins/footer-links/package.json

This file was deleted.

0 comments on commit d6c946f

Please sign in to comment.