Fix lint issues after rebase

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-23 12:51:07 +04:00
parent 4806d6b89c
commit 81dec2bc51
3 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import {
Tr,
TrButton,
} from "@probo/ui";
import clsx from "clsx";
import { clsx } from "clsx";
import { useEffect, useMemo, useState } from "react";
import { useFragment } from "react-relay";
import { graphql } from "relay-runtime";