feat: Add loader to timelines

This commit is contained in:
Jesse Wierzbinski 2024-12-02 17:22:43 +01:00
parent c483f35b99
commit db00a81ff9
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -11,9 +11,7 @@ import {
} from "@/components/ui/alert-dialog";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Textarea } from "@/components/ui/textarea";
import { ref } from "vue";
import {
type ConfirmModalOptions,
type ConfirmModalResult,