From e9ed990c111703fb17e8dcd987e0891fad00938e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 16:06:35 +0300 Subject: Tweak `eslint` configuration --- vnext/src/App.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vnext/src/App.js') 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); -- cgit v1.2.3