fix(01-code-splitting): convert PodcastMaker, ProductMarketing, Research, Scheduler, SEO, shared MUI icons

- Converted barrel imports to individual imports across 44 files
- Covers CreateStep, ScriptEditor, RenderQueue, ProductMarketing, Scheduler, SEO, shared components
This commit is contained in:
ajaysi
2026-05-08 12:07:24 +05:30
parent ebdd1edfa0
commit f46465cd97
44 changed files with 149 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { Tooltip } from '@mui/material';
import { AutoAwesome } from '@mui/icons-material';
import AutoAwesome from '@mui/icons-material/AutoAwesome';
import { ResearchPreset } from '../types';
interface PresetsCardProps {