1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 05:35:29 +02:00

Add import for AppConstants in ZenCustomizableUI module

This commit is contained in:
mr. M 2025-01-12 20:03:38 +01:00
parent d6a140ea7d
commit f5bffa4b24
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -1,3 +1,5 @@
import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs";
export var ZenCustomizableUI = new (class {
constructor() {}