D3vugu-components/icons/dummy.go

9 lines
180 B
Go
Raw Normal View History

package icons
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
//
// Use it like this:
//
// _ = icons.Dummy
var Dummy struct{}