fix: fix React imports
This commit is contained in:
parent
7ceda0bc7a
commit
a27ff3acca
5 changed files with 8 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import React, { ReactNode, useMemo } from "react"
|
||||
import * as React from "react"
|
||||
import { 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 { Link as GatsbyLink } from "gatsby"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue