mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
8 lines
No EOL
109 B
JavaScript
8 lines
No EOL
109 B
JavaScript
/**
|
|
* @see module:config/config
|
|
* @module config
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
export { default } from './config.js'; |