diff --git a/src/blog/components/Article/View.tsx b/src/blog/components/Article/View.tsx index 09b0550..7616557 100644 --- a/src/blog/components/Article/View.tsx +++ b/src/blog/components/Article/View.tsx @@ -3,8 +3,8 @@ import { marked } from 'marked'; import { Box, Typography, Divider, IconButton, Chip } from '@mui/material'; import { styled } from '@mui/material/styles'; import ArrowBackRoundedIcon from '@mui/icons-material/ArrowBackRounded'; -import { ArticleMeta } from "./ArticleMeta"; -import { ArticleProps } from '../types/props'; +import { ArticleMeta } from "../ArticleMeta"; +import { ArticleProps } from '../../types/props'; const ArticleContainer = styled(Box)(({ theme }) => ({ maxWidth: '800px',