🌑 Darkmode cleanup

This commit is contained in:
2020-08-23 14:34:13 +02:00
parent 8b972c97a5
commit 52e0cb0806
5 changed files with 0 additions and 30 deletions

View File

@@ -1,9 +0,0 @@
import mailgo from '../src/mailgo';
// call init mailgo attached to the event DOMContentLoaded
const mailgoConfig = {
initEvent: 'DOMContentLoaded',
dark: true
};
mailgo(mailgoConfig);