chore: directory restructure

merge with directory
This commit is contained in:
Carlos Valente
2024-10-26 20:05:27 +02:00
committed by Carlos Valente
parent b1bff22b84
commit 7c19c52332
33 changed files with 35 additions and 35 deletions
@@ -6,7 +6,7 @@ import { useQueryClient } from '@tanstack/react-query';
import { PROJECT_LIST } from '../../../../common/api/constants';
import { createProject } from '../../../../common/api/db';
import { maybeAxiosError } from '../../../../common/api/utils';
import * as Panel from '../PanelUtils';
import * as Panel from '../../panel-utils/PanelUtils';
import style from './ProjectPanel.module.scss';