Add Burnside's Lemma interactive
This commit is contained in:
parent
ee47d3b8be
commit
7a166fc8d0
5 changed files with 496 additions and 5 deletions
14
src/pages/BurnsidesLemmaPage.tsx
Normal file
14
src/pages/BurnsidesLemmaPage.tsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import Layout from '@/components/Layout';
|
||||
import BurnsidesLemma from '@/components/BurnsidesLemma';
|
||||
|
||||
const BurnsidesLemmaPage = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<BurnsidesLemma showSocialShare={true} />
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
||||
export default BurnsidesLemmaPage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue