From 22cabfe704ca0f3fb8d50fc216d3310c49744f74 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 2 Apr 2021 20:35:47 +1100 Subject: [PATCH] Fix react import path --- cmd/templates/create-react-app/main.go.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/templates/create-react-app/main.go.template b/cmd/templates/create-react-app/main.go.template index 1db92ddc..d6d1be03 100644 --- a/cmd/templates/create-react-app/main.go.template +++ b/cmd/templates/create-react-app/main.go.template @@ -12,7 +12,7 @@ func basic() string { //go:embed frontend/build/static/js/main.js var js string -//go:embed frontend/build/static/js/main.css +//go:embed frontend/build/static/css/main.css var css string func main() {