mirror of https://github.com/ImVexed/muon.git
Example version bump & removed learn react blank target
This commit is contained in:
parent
caeea31ca3
commit
94ae30ecdb
|
@ -3,3 +3,4 @@ webfiles/
|
||||||
.vscode/
|
.vscode/
|
||||||
cra-go*
|
cra-go*
|
||||||
*.dll
|
*.dll
|
||||||
|
cookies.dat
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue