aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-21 19:01:18 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-22 12:52:35 +0100
commitd4045fbcbfa8208ec31539744417f315f1f6fad8 (patch)
tree54746d3e28cc6e4a2d7d1e54a4b2e3e1e74a6896 /src/utils/constants.ts
parentc6212f927daf3c928f479afa052e4772216a2d8a (diff)
refactor(components): split Layout component in smaller components
The previous component was too long and hardly readable. So I splitted it in different part and added tests.
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 7129624..26cbeaa 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -15,6 +15,7 @@ export const ROUTES = {
BLOG: '/blog',
CONTACT: '/contact',
CV: '/cv',
+ HOME: '/',
LEGAL_NOTICE: '/mentions-legales',
NOT_FOUND: '/404',
PROJECTS: '/projets',