packages/core/icons: fix circular dependency

This commit is contained in:
Patrik Oldsberg
2020-04-05 15:22:00 +02:00
parent f78a3bd9a1
commit 38a4b96bd9
+1 -1
View File
@@ -18,7 +18,7 @@ import { SvgIconProps } from '@material-ui/core';
import PeopleIcon from '@material-ui/icons/People';
import PersonIcon from '@material-ui/icons/Person';
import React, { FC } from 'react';
import { useApp } from '../api';
import { useApp } from '../api/app/AppContext';
import { IconComponent, SystemIconKey, SystemIcons } from './types';
export const defaultSystemIcons: SystemIcons = {