Refactor source paths
This commit is contained in:
8
source/templates/classic/template.mjs
Normal file
8
source/templates/classic/template.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
//Imports
|
||||
import common from "./../common.mjs"
|
||||
|
||||
/** Template processor */
|
||||
export default async function ({login, q}, {conf, data, rest, graphql, plugins, queries}, {s, pending, imports}) {
|
||||
//Common
|
||||
await common(...arguments)
|
||||
}
|
||||
Reference in New Issue
Block a user