Refactor theme structure

Add new themes under Discrete Math, move binary interactive, and remove School Connect.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-19 13:53:44 +00:00
parent 76e47c5b00
commit 964c544027
12 changed files with 287 additions and 30 deletions

View file

@ -0,0 +1,12 @@
import ComingSoon from "@/components/ComingSoon";
const Counting = () => {
return (
<ComingSoon
title="Counting"
description="Explore combinatorics, permutations, combinations, and advanced counting principles through visual tools and interactive exercises."
/>
);
};
export default Counting;