[Refactor] Organize logics files. and change import path as well.

This commit is contained in:
Sakamoto Shiina
2024-09-21 00:54:32 +09:00
parent 79e4d28176
commit 7573e99617
17 changed files with 20 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import styles from "./ThresholdComponent.module.scss";
import { SliderAndMeter } from "./slider_and_meter/SliderAndMeter";
import { ThresholdEntry } from "./threshold_entry/ThresholdEntry";
import { VolumeCheckButton } from "./volume_check_button/VolumeCheckButton";
import { useVolume } from "@logics/useVolume";
import { useVolume } from "@logics_common/useVolume";
export const ThresholdComponent = (props) => {
return (
<div className={styles.container}>