diff options
author | Vitaly Takmazov | 2022-10-28 16:06:35 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | e9ed990c111703fb17e8dcd987e0891fad00938e (patch) | |
tree | 9ff7f8a1955faccff1f2ab6c2e34549e3a681237 /vnext/src/App.js | |
parent | 3409533af2ab17da39bdef42febe167f9c8a283f (diff) |
Tweak `eslint` configuration
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 3 |
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); |