Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Oct 11, 2023
1 parent c8efefb commit 68fc0e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/footer/components/prominentLogos.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from "react";

import { getImage, GatsbyImage } from "gatsby-plugin-image";
import { Grid } from "@mui/material";
import { ProminentLogoNode } from "../../../types/graphql/prominentLogoNode";

Expand Down
2 changes: 2 additions & 0 deletions src/components/footer/components/sponsorLogos.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import * as React from "react";


import { getImage, GatsbyImage } from "gatsby-plugin-image";
import { Grid } from "@mui/material";
import { SponsorNode } from "../../../types/graphql/sponsorNode";

Expand Down
2 changes: 2 additions & 0 deletions src/components/homepage/card.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as React from "react";
import { navigate } from "gatsby";


import { GatsbyImage } from "gatsby-plugin-image";
import {
createTheme,
Card,
Expand Down
2 changes: 2 additions & 0 deletions src/components/team/creditEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import Grid from "@mui/material/Unstable_Grid2/Grid2";

import HtmlReactParser from "html-react-parser";

import { GatsbyImage } from "gatsby-plugin-image";

type CreditEntryArgs = {
member: TeamMemberNode;
data: Queries.TeamPageDataQuery;
Expand Down

0 comments on commit 68fc0e9

Please sign in to comment.