mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-quickstart.git
synced 2025-10-03 04:30:57 +08:00
7 lines
No EOL
86 B
JavaScript
7 lines
No EOL
86 B
JavaScript
"use strict";
|
|
|
|
(function() {
|
|
console.log('nodebb-plugin-quickstart: loaded');
|
|
|
|
|
|
}()); |