mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 01:48:32 +02:00
⬆️ Upgrade to biome 2 (#1825)
This commit is contained in:
parent
56c74d5024
commit
9be12f28d9
141 changed files with 663 additions and 790 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue