|
|
@@ -1,19 +1,19 @@
|
|
|
-import Buttons from "@/components/Buttons";
|
|
|
+import Buttons from "@/components/basic/Buttons";
|
|
|
import { setPlan } from "@/services/trackTimeDuration";
|
|
|
import { setScenario, setStep } from "@/store/scenario";
|
|
|
import { View, Text } from "@tarojs/components";
|
|
|
import "./SetSchedule.scss";
|
|
|
import Taro, { useReady } from "@tarojs/taro";
|
|
|
-import TimePickers from "@/components/TimePickers";
|
|
|
+import TimePickers from "@/components/input/TimePickers";
|
|
|
// import { AtList, AtListItem } from 'taro-ui'
|
|
|
import { useRef, useState } from "react";
|
|
|
import { useDispatch, useSelector } from "react-redux";
|
|
|
-import Footer from "@/components/Footer";
|
|
|
-import PickerViews from "@/components/PickerViews";
|
|
|
+import Footer from "@/components/layout/Footer";
|
|
|
+import PickerViews from "@/components/input/PickerViews";
|
|
|
// import "taro-ui/dist/style/components/float-layout.scss";
|
|
|
import { durationDatas, durationIndex, durationTime, pickerDurations } from "../hooks/Console";
|
|
|
import { TimeFormatter } from "@/utils/time_format";
|
|
|
-import Modal from "@/components/Modal";
|
|
|
+import Modal from "@/components/layout/Modal";
|
|
|
import Dial from './Dial';
|
|
|
|
|
|
export default function Component() {
|