chore: lint

This commit is contained in:
Bereket Engida
2024-09-27 15:55:00 +03:00
parent 2a576c8ff3
commit 461526d89d
23 changed files with 1003 additions and 19092 deletions

View File

@@ -2,8 +2,8 @@ import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
return twMerge(clsx(inputs));
}
export function absoluteUrl(path: string) {
return `${process.env.NEXT_PUBLIC_APP_URL}${path}`;
return `${process.env.NEXT_PUBLIC_APP_URL}${path}`;
}