Example version bump & removed learn react blank target

This commit is contained in:
ImVexed 2019-10-09 10:02:09 -05:00
parent caeea31ca3
commit 94ae30ecdb
3 changed files with 3 additions and 3 deletions

View File

@ -3,3 +3,4 @@ webfiles/
.vscode/ .vscode/
cra-go* cra-go*
*.dll *.dll
cookies.dat

View File

@ -3,6 +3,6 @@ module cra-go
go 1.13 go 1.13
require ( require (
github.com/ImVexed/muon v0.0.0-20191009032357-4d2663581172 github.com/ImVexed/muon v0.0.0-20191009145610-caeea31ca3eb
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
) )

View File

@ -13,7 +13,6 @@ function App() {
<a <a
className="App-link" className="App-link"
href="https://reactjs.org" href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Learn React Learn React