fix: add missing React imports
This commit is contained in:
parent
e1347e8313
commit
20cc481ca4
5 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import * as React from "react"
|
||||
import React from "react"
|
||||
import { Link } from "gatsby"
|
||||
|
||||
// styles
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { ReactNode } from "react"
|
||||
import React, { ReactNode } from "react"
|
||||
import { GatsbyLinkProps, graphql, Link, PageProps } from "gatsby"
|
||||
import Layout from "../../components/organisms/Layout"
|
||||
import { Card, CardContent, CardMedia, Grid, Typography } from "@mui/material"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
import React from "react"
|
||||
import styled from "@emotion/styled"
|
||||
import { Box, Card as Card_, CardContent, Grid, Typography } from "@mui/material"
|
||||
import {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue