Skip to content

Commit

Permalink
Merge branch 'nextjs' into NJWE-2406/scott-training-results-page
Browse files Browse the repository at this point in the history
  • Loading branch information
scwambach committed Jan 16, 2025
2 parents e35f229 + adf89b9 commit d0dddbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
7 changes: 0 additions & 7 deletions src/queries/careerPathwaysPage.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// import { richText } from './commonQueries'
import { fragments, metadata } from "./commonQueries";

export const CAREER_PATHWAYS_PAGE_QUERY = `query Pathways {
page: careerPathwaysPage(id: "2bNH2ey6qkohbjnllmwSzg") {
${metadata}
sys {
publishedAt
}
Expand Down Expand Up @@ -33,7 +29,4 @@ export const CAREER_PATHWAYS_PAGE_QUERY = `query Pathways {
}
}
}
${fragments.pageBanner}
${fragments.iconCard}
${fragments.linkObject}
`;
99 changes: 0 additions & 99 deletions src/queries/commonQueries.ts

This file was deleted.

0 comments on commit d0dddbe

Please sign in to comment.