Files
wails/v2/pkg/commands/build/internal/backendjs/index.template
Lea Anthony cc50f9f062 Fix typo
2020-10-30 14:38:05 +11:00

6 lines
196 B
Plaintext

// index.js
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
{{range .}}
export { default as {{.Name}} } from './{{.Name}}';{{end}}