diff --git a/js/src/projects-home.js b/js/src/projects-home.js index b086c7f60d87fe98438eb588a4a60676db1caa58..b145339592b293b1c7deda75c55b6915a0414d39 100644 --- a/js/src/projects-home.js +++ b/js/src/projects-home.js @@ -15,7 +15,7 @@ import $, { type } from 'jquery'; import Mustache from 'mustache'; import 'jquery-match-height'; -import getProjectsData from "eclipsefdn-solstice-assets/js/api/eclipsefdn.projects" +import { getProjectsData } from "eclipsefdn-solstice-assets/js/api/eclipsefdn.projects" const EclipseFdnProjectsHome = (async () => {