mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
(function() {
|
||
|
var wizard = require("wizard/wizard").default.create();
|
||
|
wizard.start();
|
||
|
})();
|