Change folder aliases

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 21:14:37 +04:00
parent 4d80dccbbf
commit 3b4f77c5e8
274 changed files with 991 additions and 1017 deletions

View File

@@ -2,7 +2,7 @@ import { sprintf } from "@probo/helpers";
import { useTranslate } from "@probo/i18n";
import { Badge, Button, Card } from "@probo/ui";
import type { TrustCenterGraphQuery$data } from "/__generated__/core/TrustCenterGraphQuery.graphql";
import type { TrustCenterGraphQuery$data } from "#/__generated__/core/TrustCenterGraphQuery.graphql";
type Props = {
canUpdate: boolean;