Fix import paths in index.md for consistency and clarity
Signed-off-by: Snider <snider@lt.hn>
This commit is contained in:
parent
3a40c83017
commit
526716a785
1 changed files with 1 additions and 2 deletions
|
|
@ -26,8 +26,7 @@ Core is an opinionated framework for building Go desktop apps with Wails, provid
|
|||
import (
|
||||
"github.com/wailsapp/wails/v3/pkg/application"
|
||||
"github.com/Snider/Core"
|
||||
"core.io.in"
|
||||
"dappco.re/display"
|
||||
"github.com/Snider/Core/display"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue