Skip to content

Commit

Permalink
style: lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Oct 24, 2024
1 parent abaac30 commit 17df800
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions client/src/pages/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import Image from '@components/Design/components/Image/Image';

import useAmplitude from '@hooks/useAmplitude';
import usePageBackground from '@hooks/usePageBackground';

import getImageUrl from '@utils/getImageUrl';

import Nav from './Nav/Nav';
import {MainSection} from './Section/MainSection';
import {DescriptionSection} from './Section/DescriptionSection';
import {FeatureSection} from './Section/FeatureSection';
import {backgroundImageStyle, backgroundStyle, mainContainer} from './MainPage.style';
import CreatorSection from './Section/CreatorSection/CreatorSection';
import getImageUrl from '@utils/getImageUrl';
import Image from '@components/Design/components/Image/Image';
import usePageBackground from '@hooks/usePageBackground';

const MainPage = () => {
const {trackStartCreateEvent} = useAmplitude();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import Button from '@HDesign/components/Button/Button';
import Text from '@HDesign/components/Text/Text';

import useMainSection from '@hooks/useMainSection';

import {Icon} from '@components/Design';

import {animateWithDelay, chevronStyle, mainSectionStyle, sectionStyle} from './MainSection.style';
import useMainSection from '@hooks/useMainSection';

type MainSectionProps = {
trackStartCreateEvent: () => void;
Expand Down

0 comments on commit 17df800

Please sign in to comment.