From 46ff7101d853c3969f01f3f46eb64bb11ea538fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?In=C3=A8s=20Yeterian?= <ines.yeterian@student-cs.fr>
Date: Mon, 10 Jan 2022 22:54:47 +0100
Subject: [PATCH] linkcs problem

---
 front/src/temp.env.json      | 5 -----
 front/src/view/impression.js | 3 +++
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 front/src/temp.env.json
 create mode 100644 front/src/view/impression.js

diff --git a/front/src/temp.env.json b/front/src/temp.env.json
deleted file mode 100644
index a046b83..0000000
--- a/front/src/temp.env.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-    "frontURL": "http://localhost:3000",
-    "backURL": "http://localhost:8000",
-    "logOutURL": "https://auth.viarezo.fr/logout"
-}
\ No newline at end of file
diff --git a/front/src/view/impression.js b/front/src/view/impression.js
new file mode 100644
index 0000000..aa4f015
--- /dev/null
+++ b/front/src/view/impression.js
@@ -0,0 +1,3 @@
+export {default as PageFooter} from './PageFooter'
+export {default as PageHeader} from './PageHeader'
+
-- 
GitLab