mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 22:09:36 +02:00
WeatherIcon. Small changes to theme state
This commit is contained in:
parent
cb0b4b495f
commit
e293325da7
16 changed files with 137 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Link } from 'react-router-dom';
|
||||
|
||||
import classes from './AppCard.module.css';
|
||||
import Icon from '../../UI/Icon/Icon';
|
||||
import Icon from '../../UI/Icons/Icon/Icon';
|
||||
|
||||
import { App } from '../../../interfaces';
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import { addApp } from '../../../store/actions';
|
|||
import { NewApp } from '../../../interfaces/App';
|
||||
|
||||
import classes from './AppForm.module.css';
|
||||
import Icon from '../../UI/Icon/Icon';
|
||||
import Icon from '../../UI/Icons/Icon/Icon';
|
||||
|
||||
interface ComponentProps {
|
||||
modalHandler: Function;
|
||||
|
|
|
@ -3,7 +3,7 @@ import { App, GlobalState } from '../../../interfaces';
|
|||
import { pinApp, deleteApp } from '../../../store/actions';
|
||||
|
||||
import classes from './AppTable.module.css';
|
||||
import Icon from '../../UI/Icon/Icon';
|
||||
import Icon from '../../UI/Icons/Icon/Icon';
|
||||
|
||||
interface ComponentProps {
|
||||
apps: App[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue