Skip to content

Commit

Permalink
fix(#172): onboardingCarousel -> OnBoardingCarousel 로 변경하기
Browse files Browse the repository at this point in the history
  • Loading branch information
naarang committed Nov 28, 2024
1 parent d601203 commit 847862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/page/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Button, Heading } from '@froxy/design/components';
import { createLazyFileRoute, getRouteApi } from '@tanstack/react-router';
import { FaGithub } from 'react-icons/fa';
import { LoginButton } from '@/widget/navigation/LoginButton';
import { OnBoardingCarousel } from '@/widget/onboarding/OnboardingCarousel';
import { OnBoardingCarousel } from '@/widget/onboarding/OnBoardingCarousel';

const { useNavigate } = getRouteApi('/');

Expand Down

0 comments on commit 847862b

Please sign in to comment.