Skip to content
Snippets Groups Projects
Commit c0e4d5ac authored by Eric Poirier's avatar Eric Poirier
Browse files

Fix dependencies imports for projects


Signed-off-by: default avatarEric Poirier <eric.poirier@eclipse-foundation.org>
parent 9902f5dd
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import $, { type } from 'jquery'; import $, { type } from 'jquery';
import parse from 'parse-link-header'; import parse from 'parse-link-header';
import { validateURL } from 'eclipsefdn-solstice-assets/js/utils/utils'; import { validateURL } from '../utils/utils';
import 'isomorphic-fetch'; import 'isomorphic-fetch';
const getProjectsData = (url, projects = []) => { const getProjectsData = (url, projects = []) => {
......
...@@ -17,7 +17,7 @@ import 'jquery-match-height'; ...@@ -17,7 +17,7 @@ import 'jquery-match-height';
import template from './templates/tpl-projects-item.mustache'; import template from './templates/tpl-projects-item.mustache';
import "numeral"; import "numeral";
import List from 'list.js'; import List from 'list.js';
import getProjectsData from "eclipsefdn-solstice-assets/js/api/eclipsefdn.projects" import getProjectsData from "../api/eclipsefdn.projects"
const EclipseFdnProjects = (async () => { const EclipseFdnProjects = (async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment