add AnnealFanFrequence
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import CurrentTemp from '../../../Common/CurrentTemp';
|
||||
import WindFrequence from '../../../Common/FanRunFrequence';
|
||||
import WindFrequence from '../../../Common/AnnealFanRunFrequence';
|
||||
|
||||
import { motion } from 'framer-motion';
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function index() {
|
||||
<CurrentTemp style={{ width: '100%' }} />
|
||||
</div>
|
||||
<div style={{ flex: 1, marginTop: '24px', width: '100%' }}>
|
||||
<WindFrequence />
|
||||
<WindFrequence stretch={true} />
|
||||
</div>
|
||||
</motion.div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user