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

Commit

Permalink
Move graphql types to own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 26, 2023
1 parent 7333d52 commit 09e3f94
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/team/creditEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Row from "react-bootstrap/Row";
import Modal from "react-bootstrap/Modal";

import { TeamBadges } from "./teamBadges";
import { TeamMemberNode } from "../../types/teamMemberNode";
import { TeamMemberNode } from "../../types/graphql/teamMemberNode";
import { GatsbyImage, getImage } from "gatsby-plugin-image";

import TeamTag from "../../types/teamTag";
Expand Down
4 changes: 2 additions & 2 deletions src/pages/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { graphql, PageProps } from "gatsby";

import "bootstrap/dist/css/bootstrap.min.css";
import { CreditEntry } from "../components/team/creditEntry";
import { TeamMemberNode } from "../types/teamMemberNode";
import { TeamMemberNode } from "../types/graphql/teamMemberNode";
import {
Chip,
createTheme,
Expand All @@ -18,7 +18,7 @@ import AddIcon from "@mui/icons-material/Add";

import update from "immutability-helper";

import { TeamTagColourNode } from "../types/teamTagColourNode";
import { TeamTagColourNode } from "../types/graphql/teamTagColourNode";
import TeamTag from "../types/teamTag";
import ExtendablePalette from "../types/extendablePalette";
import { FilterChip, FilterChipEntry } from "../types/filterChip";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 09e3f94

Please sign in to comment.