Merge branch 'main' into add-copy-button

This commit is contained in:
Bernat Borràs Civil 2024-09-06 19:02:27 +02:00 committed by GitHub
commit 36cb61eed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 139 additions and 7 deletions

View file

@ -10,6 +10,10 @@ if (process.env.FEATURE_DARKMODE === '1') {
import('./darkmode')
}
if (process.env.FEATURE_THEME === '1') {
import('./theme')
}
if (process.env.FEATURE_FLOWCHART === '1') {
import('./flowchart')
}