Fix import paths in index.md for consistency and clarity

Signed-off-by: Snider <snider@lt.hn>
This commit is contained in:
Snider 2025-10-28 12:07:27 +00:00
parent 3a40c83017
commit 526716a785

View file

@ -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() {