fix: add missing React imports
This commit is contained in:
parent
e1347e8313
commit
20cc481ca4
5 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React, { ReactNode, useMemo } from "react"
|
||||
import { AppBar, Box, Button, Container, createTheme, CssBaseline, Link, ThemeProvider, Toolbar, Typography, useMediaQuery, useTheme } from "@mui/material"
|
||||
import CodeIcon from "@mui/icons-material/Code"
|
||||
import { ReactNode, useMemo } from "react"
|
||||
import { Link as GatsbyLink } from "gatsby"
|
||||
import { Footer } from "../atoms/Footer"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue