We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11cc96 commit d29590aCopy full SHA for d29590a
src/plugins/footer-links/FooterLinks.jsx
@@ -1,7 +1,7 @@
1
import React from 'react';
2
3
-import useFooterLinks from '@edx/frontend-component-footer/components/data/fetchFooterLinks';
4
import { PluginSlot } from '@openedx/frontend-plugin-framework';
+import useFooterLinks from '../../components/data/fetchFooterLinks';
5
6
import { LinkComponent } from './LinkComponent';
7
src/plugins/footer-links/package.json
0 commit comments