mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
// index.js
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
{{range .}}
|
|
const {{.Name}} = require('./{{.Name}}');
|
|
{{end}}
|
|
module.exports = {
|
|
{{range .}}{{.Name}}: {{.Name}},{{end}}
|
|
} |