mirror of
https://github.com/taigrr/wails.git
synced 2026-04-10 17:11:34 -07:00
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
// @ts-check
|
|
// 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}}
|
|
} |