Skip to content

Commit

Permalink
Rebase; move context to .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Oct 30, 2024
1 parent 98c8060 commit 52476eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/app/pages/subjects/new/specific/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import usePageData from '~/helpers/use-page-data';
import buildContext from '~/components/jsx-helpers/build-context';
import {setPageTitleAndDescriptionFromBookData} from '~/helpers/use-document-head';
import {ImageData} from '../context';
import type {InfoBox} from '../info-boxes';
import type {InfoBoxValues} from '../info-boxes';
import type { AboutOsData } from '../about-openstax';
import {LocaleEntry} from '~/components/language-selector/language-selector';
import type {OsTextbookCategory} from './learn-more';
Expand Down Expand Up @@ -65,7 +65,7 @@ type SpecificSubjectPageData = {
tutorAd: SectionInfo;
aboutOs: {content: AboutOsData};
webinarHeader: WebinarSectionInfo;
infoBoxes: InfoBox;
infoBoxes: InfoBoxValues;
blogHeader: BlogSectionInfo;
osTextbookHeading: string;
osTextbookCategories: [OsTextbookCategory[]];
Expand Down

0 comments on commit 52476eb

Please sign in to comment.