(fix): typescript error
Some checks failed
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-mobile (push) Has been cancelled

This commit is contained in:
Alois 2026-06-09 16:17:40 +02:00
commit 42dd3a1c49

View file

@ -5,7 +5,7 @@ import {
ContextMenuSeparator, ContextMenuSeparator,
Slider, Slider,
} from "@tensamin/ui"; } from "@tensamin/ui";
import { User } from "@tensamin/user/context"; import type { User } from "@tensamin/user/context";
import { useCall } from "../../store"; import { useCall } from "../../store";
import { useState } from "react"; import { useState } from "react";