diff --git a/package.json b/package.json index d3ae8ba..e0e5a42 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "dayjs": "^1.11.11", "embla-carousel-autoplay": "^7.1.0", "embla-carousel-react": "^7.1.0", + "jotai": "^2.8.4", "next": "14.2.4", "react": "^18", "react-dom": "^18", @@ -58,4 +59,4 @@ "keywords": [], "author": "", "license": "ISC" -} \ No newline at end of file +} diff --git a/src/app/(application)/group/page.tsx b/src/app/(application)/group/page.tsx index 69da2f2..ec46c75 100644 --- a/src/app/(application)/group/page.tsx +++ b/src/app/(application)/group/page.tsx @@ -1,10 +1,9 @@ +import { ViewGroup } from '@/module/group'; import React from 'react'; function Page() { return ( -
- Page -
+ ); } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ad01478..5b9582c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -32,8 +32,10 @@ export default function RootLayout({ - - + + {children} diff --git a/yarn.lock b/yarn.lock index b407bb7..e1c4150 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2260,6 +2260,11 @@ jiti@^1.21.0: resolved "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz" integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w== +jotai@^2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.8.4.tgz#ea82b013d640016100e360d19d565862816c96d0" + integrity sha512-f6jwjhBJcDtpeauT2xH01gnqadKEySwwt1qNBLvAXcnojkmb76EdqRt05Ym8IamfHGAQz2qMKAwftnyjeSoHAA== + "js-tokens@^3.0.0 || ^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"