Skip to content

Commit

Permalink
dwef
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Feb 15, 2024
1 parent c8b469e commit b41c633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/action/InfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { alpha } from '@mui/material/styles';
import Box from '@mui/material/Box';
import Paper from '@mui/material/Paper';
import Typography, { TypographyProps } from '@mui/material/Typography';
import Link, { LinkProps } from '@mui/docs/Link';
import { Link, LinkProps } from '@mui/docs/Link';

interface GlowingIconContainerProps {
icon: React.ReactNode;
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/productDesignKit/DesignKitFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import MuiAccordion from '@mui/material/Accordion';
import MuiAccordionSummary from '@mui/material/AccordionSummary';
import MuiAccordionDetail from '@mui/material/AccordionDetails';
import KeyboardArrowDownRounded from '@mui/icons-material/KeyboardArrowDownRounded';
import InternalLink from '@mui/docs/Link';
import { Link as InternalLink } from '@mui/docs/Link';
import Section from 'docs/src/layouts/Section';

const faqData = [
Expand Down

0 comments on commit b41c633

Please sign in to comment.