mirror of https://github.com/icedream/icecon.git
6 lines
77 B
Go
6 lines
77 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/icedream/icecon/internal/ui/windows"
|
||
|
)
|