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

Commit

Permalink
Move filterChip, teamTag to types/team
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 26, 2023
1 parent 09e3f94 commit f489b48
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/team/creditEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { TeamBadges } from "./teamBadges";
import { TeamMemberNode } from "../../types/graphql/teamMemberNode";
import { GatsbyImage, getImage } from "gatsby-plugin-image";

import TeamTag from "../../types/teamTag";
import TeamTag from "../../types/team/teamTag";
import { Theme } from "@mui/material";

type CreditEntryArgs = {
Expand Down
2 changes: 1 addition & 1 deletion src/components/team/teamBadges.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";

import TeamTag from "../../types/teamTag";
import TeamTag from "../../types/team/teamTag";
import { Chip, Theme } from "@mui/material";
import capitalizeWords from "../../capitalizeWords";

Expand Down
2 changes: 1 addition & 1 deletion src/filters/teamEntryFilter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CreditEntry } from "../components/team/creditEntry";
import { FilterChip } from "../types/filterChip";
import { FilterChip } from "../types/team/filterChip";

const teamEntryFilter = (
entries: React.JSX.Element[],
Expand Down
4 changes: 2 additions & 2 deletions src/pages/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import AddIcon from "@mui/icons-material/Add";
import update from "immutability-helper";

import { TeamTagColourNode } from "../types/graphql/teamTagColourNode";
import TeamTag from "../types/teamTag";
import TeamTag from "../types/team/teamTag";
import ExtendablePalette from "../types/extendablePalette";
import { FilterChip, FilterChipEntry } from "../types/filterChip";
import { FilterChip, FilterChipEntry } from "../types/team/filterChip";

import capitalizeWords from "../capitalizeWords";
import teamEntryFilter from "../filters/teamEntryFilter";
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f489b48

Please sign in to comment.