File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
apps/react-world/src/components/article Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import type { ArticleAuthor } from '../../ apis/article/Article.types' ;
2
- import { formatDate } from '../../ utils/dateUtils' ;
1
+ import type { ArticleAuthor } from '@ apis/article/Article.types' ;
2
+ import { formatDate } from '@ utils/dateUtils' ;
3
3
4
4
interface ArticleActionsProps {
5
5
author : ArticleAuthor ;
Original file line number Diff line number Diff line change 1
- import { formatDate } from '../../ utils/dateUtils' ;
1
+ import { formatDate } from '@ utils/dateUtils' ;
2
2
3
3
interface ArticleHeaderProps {
4
4
title : string ;
Original file line number Diff line number Diff line change 1
- import { Container } from '.. /shared/Container' ;
1
+ import { Container } from '@components /shared/Container' ;
2
2
import ArticleActions from './ArticleActions' ;
3
3
import ArticleComments from './ArticleComments' ;
4
4
import ArticleContents from './ArticleContents' ;
5
5
import ArticleHeader from './ArticleHeader' ;
6
- import useArticleDetailQuery from '../../ quries/useArticleDetailQuery' ;
6
+ import useArticleDetailQuery from '@ quries/useArticleDetailQuery' ;
7
7
8
8
interface ArticlePageContainerProps {
9
9
articleSlug : string ;
You can’t perform that action at this time.
0 commit comments