diff --git a/.husky/pre-commit b/.husky/pre-commit
index 1b80f89..bb45df2 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,5 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
-#npx lint-staged
+npx lint-staged
yarn lint:fix
diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz
index 5123eb4..5cda4d6 100644
Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 43e8a90..4c1d681 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,4 +1,4 @@
-import { SpeedInsights } from "@vercel/speed-insights/next"
+import { SpeedInsights } from '@vercel/speed-insights/next';
import Script from 'next/script';
import React from 'react';
@@ -42,7 +42,7 @@ export default function RootLayout({
>
{/* Vercel Speed Insights */}
-
+