This commit is contained in:
2025-08-31 00:33:57 -04:00
parent 9ec78ab51c
commit 279bbd3dcc
14 changed files with 598 additions and 76 deletions

View File

@ -26,7 +26,7 @@ import {
IconExclamationCircle,
} from '@tabler/icons-react';
import { notifications } from '@mantine/notifications';
import { functionApi } from '../services/api';
import { functionApi } from '../services/apiService';
import { FunctionDefinition } from '../types';
interface FunctionListProps {