1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2024-12-10 12:16:08 +01:00
parent 035cc04572
commit 7cf7d1a394
8 changed files with 5 additions and 47 deletions

View file

@ -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>