Skip to content

Commit 4e1fdcd

Browse files
[client] general_info
1 parent f68d960 commit 4e1fdcd

39 files changed

+931
-39
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"cSpell.words": [
3+
"officedocument",
4+
"openxmlformats",
5+
"wordprocessingml"
6+
]
7+
}

client/enums/Links.enum.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export enum Links {
2+
MAIN_PAGE = "/",
3+
REDACT = '/redact',
4+
VARIOUS = '/various',
5+
SETTINGS = '/settings'
6+
}
7+

client/package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"path": "^0.12.7",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",
19+
"react-hook-form": "^7.57.0",
1920
"react-redux": "^9.2.0",
2021
"react-router-dom": "^7.6.2",
2122
"sass": "^1.89.1",

client/public/fonts/Calama.ttf

177 KB
Binary file not shown.
329 KB
Binary file not shown.
282 KB
Binary file not shown.

client/public/img/favicon_2.ico

7.51 KB
Binary file not shown.
167 KB
Loading

client/public/main_background.webp

-84.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)