[Refactor] Change aliases and move test_data.js.

This commit is contained in:
Sakamoto Shiina
2025-06-11 18:34:13 +09:00
parent f229d9ec95
commit 1fcb765ca0
69 changed files with 108 additions and 106 deletions

View File

@@ -1,5 +1,5 @@
import { useStore_SelectedMicHost } from "@store";
import { useStdoutToPython } from "@logics/useStdoutToPython";
import { useStdoutToPython } from "@useStdoutToPython";
export const useSelectedMicHost = () => {
const { asyncStdoutToPython } = useStdoutToPython();