diff --git a/debian/patches/debian/0003-no-relative-imports.patch b/debian/patches/debian/0003-no-relative-imports.patch
index d1301bc..491e01f 100644
--- a/debian/patches/debian/0003-no-relative-imports.patch
+++ b/debian/patches/debian/0003-no-relative-imports.patch
@@ -9,7 +9,7 @@ diff -Naurp bootstrap-html.orig/build/build-plugins.mjs bootstrap-html/build/bui
  import path from 'node:path'
  import { fileURLToPath } from 'node:url'
 -import { babel } from '@rollup/plugin-babel'
--import globby from 'globby'
+-import { globby } from 'globby'
 -import { rollup } from 'rollup'
 +import { babel } from "file:///usr/share/nodejs/@rollup/plugin-babel/dist/cjs/index.js"
 +import globby from "file:///usr/share/nodejs/globby/index.cjs"