Fix bug where nonprofit branding isn't properly exported into javascript files from typescript
This commit is contained in:
parent
72d41ccc3b
commit
9babcbfb82
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// License: LGPL-3.0-or-later
|
// License: LGPL-3.0-or-later
|
||||||
import nonprofitBranding from '../../../javascripts/src/lib/nonprofitBranding.ts';
|
import nonprofitBranding from '../../../javascripts/src/lib/nonprofitBranding.ts';
|
||||||
|
|
||||||
export default nonprofitBranding(app.nonprofit.brand_color)
|
module.exports = nonprofitBranding(app.nonprofit.brand_color)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// License: LGPL-3.0-or-later
|
// License: LGPL-3.0-or-later
|
||||||
import nonprofitBranding from '../../../../javascripts/src/lib/nonprofitBranding.ts';
|
import nonprofitBranding from '../../../../javascripts/src/lib/nonprofitBranding.ts';
|
||||||
|
|
||||||
export default nonprofitBranding
|
module.exports = nonprofitBranding
|
||||||
|
|
Loading…
Reference in a new issue