Skip to content

Commit

Permalink
build: fix TS problems
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Feb 17, 2024
1 parent 3fbdac6 commit 459e4b8
Show file tree
Hide file tree
Showing 4 changed files with 1,363 additions and 2,780 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

#npx lint-staged
npx lint-staged
yarn lint:fix
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down Expand Up @@ -42,7 +42,7 @@ export default function RootLayout({
></Script>

{/* Vercel Speed Insights */}
<SpeedInsights/>
<SpeedInsights />
</body>
</html>
);
Expand Down
Loading

0 comments on commit 459e4b8

Please sign in to comment.