This commit is contained in:
2026-01-18 00:49:39 +04:00
parent 46cd4ef38c
commit 21ef59ff94
21 changed files with 830 additions and 251 deletions

3
.vscode/launch.json vendored
View File

@@ -2,10 +2,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug React App",
"type": "firefox",
"type": "msedge",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/src",