aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 16:06:35 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commite9ed990c111703fb17e8dcd987e0891fad00938e (patch)
tree9ff7f8a1955faccff1f2ab6c2e34549e3a681237 /vnext/src/App.js
parent3409533af2ab17da39bdef42febe167f9c8a283f (diff)
Tweak `eslint` configuration
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js
index 79fde2d1..c542dec5 100644
--- a/vnext/src/App.js
+++ b/vnext/src/App.js
@@ -24,6 +24,9 @@ const elClassHidden = 'header--hidden';
const elClassTop = 'content--top';
+/**
+ *
+ */
export default function App({ footer }) {
let contentRef = useRef(null);