fix(01-code-splitting): convert PodcastMaker AnalysisPanel MUI icons
- Converted barrel imports to individual imports across 18 AnalysisPanel files - AnalysisPanel.tsx (12 icons), AnalysisTabNav.tsx (9 icons)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { Stack, Box, Typography, Chip, Paper } from "@mui/material";
|
||||
import { Quiz as TalkIcon } from "@mui/icons-material";
|
||||
import TalkIcon from "@mui/icons-material/Quiz";
|
||||
import { useAnalysisPanel } from "../AnalysisPanelContext";
|
||||
|
||||
export const AnalysisPanelGuestTab: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user