@ -8,7 +8,7 @@ export type IAppDetail = {
const AppDetail: FC<IAppDetail> = ({ children }) => {
return (
<>
{children}
</>
)
}
@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix": "next lint --fix"
"fix": "next lint --fix",
"prepare": "cd ../ && husky install"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
@ -84,4 +85,4 @@
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"