Download section didn't appear. Resolved
This commit is contained in:
@@ -4,7 +4,6 @@ import {
|
||||
Paper,
|
||||
Typography,
|
||||
TextField,
|
||||
Select,
|
||||
MenuItem,
|
||||
FormControlLabel,
|
||||
Switch,
|
||||
@@ -12,9 +11,11 @@ import {
|
||||
IconButton,
|
||||
Divider,
|
||||
} from '@mui/material'
|
||||
// Select is used internally by TextField with select prop, no need to import
|
||||
import { ExpandMore, ExpandLess } from '@mui/icons-material'
|
||||
import { useOptionsStore } from '../stores/optionsStore'
|
||||
|
||||
|
||||
interface SectionProps {
|
||||
title: string
|
||||
children: React.ReactNode
|
||||
|
||||
Reference in New Issue
Block a user