Added a welcome page!

This commit is contained in:
mauro-balades
2024-04-07 13:59:07 +02:00
parent c3f88ca437
commit 4d04e94295
21 changed files with 852 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
diff --git a/browser/components/moz.build b/browser/components/moz.build
index 6fd86955650e4589677007eb8aeee39c1839fedd..600ff91802e7357be3c55dac626ce2ca79544cd2 100644
--- a/browser/components/moz.build
+++ b/browser/components/moz.build
@@ -69,6 +69,9 @@ DIRS += [
"urlbar",
]
+# Zen Components:
+DIRS += ["zen-welcome"]
+
DIRS += ["build"]