mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
define(['forum/accountheader'], function(header) {
|
|
var AccountHeader = {};
|
|
|
|
AccountHeader.init = function() {
|
|
header.init();
|
|
};
|
|
|
|
return AccountHeader;
|
|
}); |