⬆️ Upgrade to biome 2 (#1825)

This commit is contained in:
Luke Vella 2025-07-15 11:18:28 +01:00 committed by GitHub
parent 56c74d5024
commit 9be12f28d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 663 additions and 790 deletions

View file

@ -1,8 +1,8 @@
import Link from "next/link";
import { Trans } from "@/components/trans";
import { getLicense } from "@/features/licensing/queries";
import { getUserCount } from "@/features/user/queries";
import { isSelfHosted } from "@/utils/constants";
import Link from "next/link";
export async function LicenseLimitWarning() {
if (!isSelfHosted) {