Changes
This commit is contained in:
parent
dee3482dfa
commit
55c01cea33
4 changed files with 744 additions and 0 deletions
14
src/pages/BagchalGamePage.tsx
Normal file
14
src/pages/BagchalGamePage.tsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import BagchalGame from "@/components/BagchalGame";
|
||||
|
||||
const BagchalGamePage = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<BagchalGame showSocialShare={true} />
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
||||
export default BagchalGamePage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue