diff --git a/src/pages/RulesOfInferencePlaygroundPage.tsx b/src/pages/RulesOfInferencePlaygroundPage.tsx index ba3c399..8c9a2f8 100644 --- a/src/pages/RulesOfInferencePlaygroundPage.tsx +++ b/src/pages/RulesOfInferencePlaygroundPage.tsx @@ -1,5 +1,4 @@ import { useState } from "react"; -import { Link } from "react-router-dom"; import RulesOfInferencePlayground from "@/components/RulesOfInferencePlayground"; import SocialShare from "@/components/SocialShare"; @@ -13,22 +12,6 @@ const RulesOfInferencePlaygroundPage = () => { }`} >
-
- - ← Back to Foundations - - - - Back to Discrete Math → - -
-

Rules of Inference Playground