mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:59:34 +08:00
[v2] Fix: Remove random C imports
This commit is contained in:
parent
34e622455f
commit
4a740e6186
@ -2,7 +2,6 @@
|
||||
|
||||
package darwin
|
||||
|
||||
import "C"
|
||||
import (
|
||||
"github.com/wailsapp/wails/v2/internal/frontend"
|
||||
)
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
package windows
|
||||
|
||||
import "C"
|
||||
import (
|
||||
"github.com/leaanthony/go-common-file-dialog/cfd"
|
||||
"github.com/wailsapp/wails/v2/internal/frontend"
|
||||
|
Loading…
Reference in New Issue
Block a user