mirror of
https://github.com/taigrr/wails.git
synced 2026-04-15 11:21:15 -07:00
6 lines
196 B
Plaintext
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}}
|