diff --git a/.eslintrc.json b/.eslintrc.json
index bffb357..72cc705 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,3 +1,3 @@
{
- "extends": "next/core-web-vitals"
+ "extends": "next/core-web-vitals"
}
diff --git a/.prettierrc b/.prettierrc
index 93fc268..20eaeaf 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,11 +1,9 @@
{
- "useTabs": true,
+ "useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
- "plugins": [
- "prettier-plugin-tailwindcss"
- ],
- "tailwindConfig": "./tailwind.config.ts",
- "tailwindFunctions": ["clsx"]
+ "plugins": ["prettier-plugin-tailwindcss"],
+ "tailwindConfig": "./tailwind.config.ts",
+ "tailwindFunctions": ["clsx"]
}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7a73a41..0967ef4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,2 +1 @@
-{
-}
\ No newline at end of file
+{}
diff --git a/app/company/(overview)/page.tsx b/app/company/(overview)/page.tsx
index a7876e1..b5f1c37 100644
--- a/app/company/(overview)/page.tsx
+++ b/app/company/(overview)/page.tsx
@@ -1,11 +1,11 @@
-import { CompanyOverviewCard } from '@/app/ui/company/CompanyOverviewCard';
import { BsThreeDots } from 'react-icons/bs';
-import { PaginationButtons } from '@/app/ui/paging/Pagination';
+import { CompanyOverviewCard } from '@/app/ui/company/CompanyOverviewCard';
+import Container from '@/app/ui/common/container';
+import FeedBackBtn from '@/app/ui/common/feedBackBtn';
import { Metadata } from 'next';
+import { PaginationButtons } from '@/app/ui/paging/Pagination';
import ScrollToTop from '@/app/ui/common/ScrollToTop';
-import Container from '@/app/ui/common/container';
import { fetchCompanyData } from '../../lib/server/queries/company';
-import FeedBackBtn from '@/app/ui/common/feedBackBtn';
const PAGE_SIZE = 10;
diff --git a/app/company/[id]/not-found.tsx b/app/company/[id]/not-found.tsx
index ddcc73e..0bcbafc 100644
--- a/app/company/[id]/not-found.tsx
+++ b/app/company/[id]/not-found.tsx
@@ -1,8 +1,5 @@
-import NotFound from "@/app/not-found";
+import NotFound from '@/app/not-found';
export default function Page() {
- return (
-