Skip to content

Commit 5b508b5

Browse files
committed
refactor: main 페이지 데이터 파일명 PascalCase로 통일
1 parent cd1c64f commit 5b508b5

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/main/ui/MainPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { Carousel3D } from '@shared/ui/Carousel3D';
44
import { ChatbotFloatingButton } from '@shared/ui/ChatbotFloatingButton';
55
import { ClientOnly } from '@shared/ui/ClientOnly';
66
import { useNavigate } from 'react-router';
7-
import { BANNER_CARDS } from './bannerCards';
8-
import { CAROUSEL_SLIDES } from './carouselSlides';
7+
import { BANNER_CARDS } from './BannerCards';
8+
import { CAROUSEL_SLIDES } from './CarouselSlides';
99

1010
export default function MainPage() {
1111
const navigate = useNavigate();

0 commit comments

Comments
 (0)