Fix AppShelf circular imports

This commit is contained in:
Aj - Thomas
2022-05-10 19:02:16 +02:00
parent 72f19d450c
commit 5d80d36be3
3 changed files with 25 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ import { useState } from 'react';
import { Apps } from 'tabler-icons-react';
import { useConfig } from '../../tools/state';
import { ServiceTypeList } from '../../tools/types';
import { AppShelfItemWrapper } from './AppShelf';
import { AppShelfItemWrapper } from './AppShelfItemWrapper';
export default function AddItemShelfItem(props: any) {
const { addService } = useConfig();