Move files into different folders

This commit is contained in:
schroda
2025-05-03 12:14:05 +02:00
parent 11b75103eb
commit b80006504e
87 changed files with 125 additions and 125 deletions

View File

@@ -33,8 +33,8 @@ import {
import { getInstalledState } from '@/modules/extension/Extensions.utils.ts';
import { getErrorMessage } from '@/lib/HelperFunctions.ts';
import { CustomTooltip } from '@/modules/core/components/CustomTooltip';
import { ListCardAvatar } from '@/modules/core/components/cards/list/ListCardAvatar.tsx';
import { ListCardContent } from '@/modules/core/components/cards/list/ListCardContent.tsx';
import { ListCardAvatar } from '@/modules/core/components/lists/cards/ListCardAvatar.tsx';
import { ListCardContent } from '@/modules/core/components/lists/cards/ListCardContent.tsx';
interface IProps {
extension: TExtension;