diff --git a/src/Components/Logo/Logo.tsx b/src/Components/Logo/Logo.tsx
index 12178880..5831a892 100644
--- a/src/Components/Logo/Logo.tsx
+++ b/src/Components/Logo/Logo.tsx
@@ -1,3 +1,4 @@
+import clsx from 'clsx';
import { Link } from 'react-router-dom';
interface LogoProps {
@@ -8,7 +9,10 @@ function Logo({ classNames = '' }: LogoProps) {
return (
Employee Pulse
diff --git a/src/Layouts/GlobalLoader/GlobalLoader.tsx b/src/Layouts/GlobalLoader/GlobalLoader.tsx
index 920aac9e..0310586d 100644
--- a/src/Layouts/GlobalLoader/GlobalLoader.tsx
+++ b/src/Layouts/GlobalLoader/GlobalLoader.tsx
@@ -7,7 +7,7 @@ export default function GlobalLoader() {