Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit e57f905

Browse files
committed
Add jsdoc
1 parent 1262160 commit e57f905

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/_app.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ import {useState} from 'react'
77
import PropTypes from 'prop-types'
88
import AlgoliaProvider from '@/components/common/AlgoliaProvider'
99

10+
/**
11+
* Render the App component.
12+
*
13+
* @author WebDevStudios
14+
* @param {object} props The component attributes as props.
15+
* @param {object} props.Component Page component to display.
16+
* @param {boolean} props.pageProps Page component props.
17+
* @return {Element} The App component.
18+
*/
1019
export default function App({Component, pageProps}) {
1120
/**
1221
* Wrap the app in the ApolloProvider component.

0 commit comments

Comments
 (0)