refactor: lint

This commit is contained in:
Mauricio Siu
2025-02-09 20:53:14 -06:00
parent 8bd72a8a34
commit afd3d2eea3
6 changed files with 9 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ import {
CommandList,
CommandSeparator,
} from "@/components/ui/command";
import { authClient } from "@/lib/auth";
import {
type Services,
extractServices,
@@ -28,7 +29,6 @@ import { BookIcon, CircuitBoard, GlobeIcon } from "lucide-react";
import { useRouter } from "next/router";
import React from "react";
import { StatusTooltip } from "../shared/status-tooltip";
import { authClient } from "@/lib/auth";
type Project = Awaited<ReturnType<typeof findProjectById>>;

View File

@@ -15,6 +15,7 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/ui/select";
import { authClient } from "@/lib/auth";
import { Languages } from "@/lib/languages";
import { api } from "@/utils/api";
import useLocale from "@/utils/hooks/use-locale";
@@ -24,7 +25,6 @@ import { useRouter } from "next/router";
import { useEffect, useRef, useState } from "react";
import { ModeToggle } from "../ui/modeToggle";
import { SidebarMenuButton } from "../ui/sidebar";
import { authClient } from "@/lib/auth";
const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 7;