mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
refactor(control): move display_status_to_info to utils
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user