Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/MP-739-curriculum-builder' int…
Browse files Browse the repository at this point in the history
…o next
  • Loading branch information
fiji-flo committed Feb 1, 2024
2 parents 46b733e + 707e3fe commit 9fb6aba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions client/src/curriculum/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import useSWR from "swr";
import { Route, Routes } from "react-router-dom";

import { ReactComponent as LandingSVG } from "../../public/assets/curriculum/cur-landing-top.svg";
import { HydrationData } from "../../../libs/types/hydration";
import { CurriculumModuleOverview } from "./overview";
import { CurriculumModule } from "./module";
Expand Down
2 changes: 1 addition & 1 deletion client/src/curriculum/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import "./landing.scss";

import { TopNavigation } from "../ui/organisms/top-navigation";
import { ArticleActionsContainer } from "../ui/organisms/article-actions-container";
import { topic2css, useDocTitle } from "./utils";
import { useDocTitle } from "./utils";

export function CurriculumLanding(props: HydrationData<any, CurriculumDoc>) {
const dataURL = `./index.json`;
Expand Down

0 comments on commit 9fb6aba

Please sign in to comment.