refactor(control): move display_status_to_info to utils

This commit is contained in:
E44
2025-11-21 22:09:30 +01:00
parent 5b891ae64c
commit 408ffc3e22
4 changed files with 18 additions and 17 deletions
@@ -1,5 +1,6 @@
<script lang="ts">
import { display_status_to_info, type DisplayStatus } from "../ts/types";
import { type DisplayStatus } from "../ts/types";
import { display_status_to_info } from "../ts/utils";
let { selected, status, className = "" } = $props<{
selected: boolean;