📜 Added configuration for jsdoc + better-docs
This commit is contained in:
@@ -294,3 +294,5 @@ export const ComicDetail = (data: ComicDetailProps): ReactElement => {
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default ComicDetail;
|
||||
|
||||
@@ -3,18 +3,6 @@ import React, { createContext, useEffect, useMemo, useState } from "react";
|
||||
import { SETTINGS_SERVICE_BASE_URI } from "../constants/endpoints";
|
||||
import AirDCPPSocket from "../services/DcppSearchService";
|
||||
|
||||
/**
|
||||
* Component for setting up and sharing the AirDC++ socket context.
|
||||
*
|
||||
* @component
|
||||
* @example
|
||||
* const age = 21
|
||||
* const name = 'Jitendra Nirnejak'
|
||||
* return (
|
||||
* <User age={age} name={name} />
|
||||
* )
|
||||
*/
|
||||
|
||||
const AirDCPPSocketContext = createContext({});
|
||||
const AirDCPPSocketContextProvider = ({ children }) => {
|
||||
const [airDCPPConfiguration, setValue] = useState({});
|
||||
|
||||
0
src/client/stories/Navbar.stories.mdx
Normal file
0
src/client/stories/Navbar.stories.mdx
Normal file
0
src/client/stories/Navbar.stories.tsx
Normal file
0
src/client/stories/Navbar.stories.tsx
Normal file
Reference in New Issue
Block a user