diff --git a/package-lock.json b/package-lock.json
index 3d9be201..01bff9ef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
- "daisyui": "^5.5.5",
+ "daisyui": "^5.5.8",
"eslint": "^9",
"eslint-config-next": "^15.5.7",
"husky": "^9.1.7",
@@ -3063,9 +3063,9 @@
"license": "MIT"
},
"node_modules/daisyui": {
- "version": "5.5.5",
- "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.5.tgz",
- "integrity": "sha512-ekvI93ZkWIJoCOtDl0D2QMxnWvTejk9V5nWBqRv+7t0xjiBXqAK5U6o6JE2RPvlIC3EqwNyUoIZSdHX9MZK3nw==",
+ "version": "5.5.8",
+ "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.8.tgz",
+ "integrity": "sha512-6psL9jIEOFOw68V10j/BKCWcRgx8dh81mmNxShr+g7HDM6UHNoPharlp9zq/PQkHNuGU1ZQsajR3HgpvavbRKQ==",
"dev": true,
"license": "MIT",
"funding": {
diff --git a/package.json b/package.json
index 8f90d778..e1f92aaf 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
- "daisyui": "^5.5.5",
+ "daisyui": "^5.5.8",
"eslint": "^9",
"eslint-config-next": "^15.5.7",
"husky": "^9.1.7",
diff --git a/src/app/closing/detail/layout.tsx b/src/app/closing/detail/layout.tsx
new file mode 100644
index 00000000..7220dfa1
--- /dev/null
+++ b/src/app/closing/detail/layout.tsx
@@ -0,0 +1,11 @@
+import SuspenseHelper from '@/components/helper/SuspenseHelper';
+
+const Layout = ({
+ children,
+}: Readonly<{
+ children: React.ReactNode;
+}>) => {
+ return