From 22daf61c2ec3fe18059713fdd797ae23ccc3a104 Mon Sep 17 00:00:00 2001 From: Olivier Goulet <olivier.goulet@eclipse-foundation.org> Date: Mon, 13 Nov 2023 13:31:45 -0500 Subject: [PATCH] fix: patch breaking change --- js/src/projects-home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/projects-home.js b/js/src/projects-home.js index b086c7f..b145339 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 () => { -- GitLab