diff options
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); |