Refactor theme structure
Add new themes under Discrete Math, move binary interactive, and remove School Connect.
This commit is contained in:
parent
76e47c5b00
commit
964c544027
12 changed files with 287 additions and 30 deletions
12
src/pages/theme-pages/discrete-math/Counting.tsx
Normal file
12
src/pages/theme-pages/discrete-math/Counting.tsx
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue