diff --git a/landing-pages/src/js/headerAnimation.js b/landing-pages/src/js/headerAnimation.js index af11632b3e1..8a88d5b6b2e 100644 --- a/landing-pages/src/js/headerAnimation.js +++ b/landing-pages/src/js/headerAnimation.js @@ -17,7 +17,7 @@ * under the License. */ -import * as p5 from "p5"; +import p5 from "p5"; import debounce from "lodash/debounce"; import {documentReady} from "./utils.js";