packages/core: fix src-relative import

This commit is contained in:
Patrik Oldsberg
2020-05-08 17:04:31 +02:00
parent f913777de9
commit c723fc33e5
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { ComponentType } from 'react';
import { IconComponent, SystemIconKey } from 'icons';
import { IconComponent, SystemIconKey } from '../../icons';
export type App = {
getSystemIcon(key: SystemIconKey): IconComponent;