mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
reformat file :p
This commit is contained in:
parent
fbad53afbd
commit
a1fdb897c1
1 changed files with 2 additions and 19 deletions
|
@ -1,22 +1,5 @@
|
||||||
const {
|
const { fetcher, core, wiki, musicInfo, modules, version, initlog } = require("../libpoketube-initsys.js");
|
||||||
fetcher,
|
const { IsJsonString, convert, getFirstLine, capitalizeFirstLetter, turntomins, getRandomInt, getRandomArbitrary } = require("../ptutils/libpt-coreutils.js");
|
||||||
core,
|
|
||||||
wiki,
|
|
||||||
musicInfo,
|
|
||||||
modules,
|
|
||||||
version,
|
|
||||||
initlog,
|
|
||||||
} = require("../libpoketube-initsys.js");
|
|
||||||
const {
|
|
||||||
IsJsonString,
|
|
||||||
convert,
|
|
||||||
getFirstLine,
|
|
||||||
capitalizeFirstLetter,
|
|
||||||
turntomins,
|
|
||||||
getRandomInt,
|
|
||||||
getRandomArbitrary,
|
|
||||||
} = require("../ptutils/libpt-coreutils.js");
|
|
||||||
|
|
||||||
const { api } = require("../init/pages-api.js");
|
const { api } = require("../init/pages-api.js");
|
||||||
|
|
||||||
function init(app, config, rendertemplate) {
|
function init(app, config, rendertemplate) {
|
||||||
|
|
Loading…
Reference in a new issue