mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 05:39:35 +02:00
Created separate settings for Docker
This commit is contained in:
parent
5805c708d2
commit
1571981252
11 changed files with 167 additions and 83 deletions
|
@ -5,6 +5,7 @@ import axios from 'axios';
|
|||
import { useDispatch, useSelector } from 'react-redux';
|
||||
import { bindActionCreators } from 'redux';
|
||||
import { actionCreators } from '../../../store';
|
||||
import { State } from '../../../store/reducers';
|
||||
|
||||
// Typescript
|
||||
import { ApiResponse, Weather, WeatherForm } from '../../../interfaces';
|
||||
|
@ -14,7 +15,6 @@ import { InputGroup, Button } from '../../UI';
|
|||
|
||||
// Utils
|
||||
import { inputHandler, weatherSettingsTemplate } from '../../../utility';
|
||||
import { State } from '../../../store/reducers';
|
||||
|
||||
export const WeatherSettings = (): JSX.Element => {
|
||||
const { loading, config } = useSelector((state: State) => state.config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue