From d4045fbcbfa8208ec31539744417f315f1f6fad8 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 21 Nov 2023 19:01:18 +0100 Subject: 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. --- src/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') 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', -- cgit v1.2.3