Changes
This commit is contained in:
parent
f4f633f420
commit
828f2dba66
5 changed files with 939 additions and 0 deletions
16
src/pages/ErdosDiscrepancyPuzzlePage.tsx
Normal file
16
src/pages/ErdosDiscrepancyPuzzlePage.tsx
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import ErdosDiscrepancyPuzzle from "@/components/ErdosDiscrepancyPuzzle";
|
||||
|
||||
const ErdosDiscrepancyPuzzlePage = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="py-8 px-4">
|
||||
<div className="max-w-6xl mx-auto">
|
||||
<ErdosDiscrepancyPuzzle showSocialShare={true} />
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
||||
export default ErdosDiscrepancyPuzzlePage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue