feat: initial import — ClickerZ formation project (Express + React/Vite)
This commit is contained in:
20
Frontend/src/data/NavBarData.json
Executable file
20
Frontend/src/data/NavBarData.json
Executable file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"linkname": "Jeu",
|
||||
"linkurl": "/",
|
||||
"btn": false
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"linkname": "Boutique",
|
||||
"linkurl": "/boutique",
|
||||
"btn": false
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"linkname": "Succès",
|
||||
"linkurl": "/achievements",
|
||||
"btn": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user