Skip to content

Commit 9354fb6

Browse files
committed
Replace Pre-Uni Maths 2e with in-progress version
1 parent 8d6a4b1 commit 9354fb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/components/site/phy/RoutesPhy.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import { LinkingConcepts } from "../../pages/books_old/linking_concepts";
4545
import { MathsBookGcse } from "../../pages/books_old/maths_book_gcse";
4646
import { PhysBookYrNine } from "../../pages/books_old/phys_book_yr9";
4747
import { PreUniMaths } from "../../pages/books_old/pre_uni_maths";
48-
import { PreUniMaths2e } from "../../pages/books_old/pre_uni_maths_2e";
4948
import { StepUpPhys } from "../../pages/books_old/step_up_phys";
5049
import { QuizView } from "../../pages/quizzes/QuizView";
5150

@@ -68,7 +67,6 @@ const subjectStagePairPages : Record<string, React.ComponentType<RouteComponentP
6867
// TODO: remove these (and related imports) when we have replaced old book index pages with API-based ones
6968
const old_books : Record<string, React.ComponentType<RouteComponentProps<any>> | React.ComponentType<any> | undefined> = {
7069
"/books/pre_uni_maths": PreUniMaths,
71-
"/books/pre_uni_maths_2e": PreUniMaths2e,
7270
"/books/chemistry_16": Chemistry16,
7371
"/books/quantum_mechanics_primer": QuantumMechanicsPrimer,
7472
"/books/solve_physics_problems": SolvingPhysProblems,

0 commit comments

Comments
 (0)