chore: Linter warnings
This commit is contained in:
parent
035cc04572
commit
7cf7d1a394
8 changed files with 5 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { useState, useEffect, useContext } from 'react'
|
||||
import React, { useContext } from 'react'
|
||||
import {
|
||||
LoadingStatusContext,
|
||||
LoadingStatusContextProvider,
|
||||
|
@ -19,7 +19,6 @@ import { Layout as DefaultLayout } from '@freesewing/react/components/Layout'
|
|||
*/
|
||||
export const DocusaurusPage = (props) => {
|
||||
const DocusaurusLayout = props.DocusaurusLayout
|
||||
console.log({ props })
|
||||
return DocusaurusLayout ? (
|
||||
<DocusaurusLayout title={props.title} description={props.description}>
|
||||
<ModalContextProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue