Skip to content

Commit

Permalink
style: lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Oct 10, 2024
1 parent 0fd802e commit 41bf0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/EventPage/EventPageLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type {Event} from 'types/serviceType';

import {Outlet} from 'react-router-dom';
import {useEffect} from 'react';

import useEventPageLayout from '@hooks/useEventPageLayout';
import useShareEvent from '@hooks/useShareEvent';
Expand All @@ -13,7 +14,6 @@ import {Flex, Icon, IconButton, MainLayout, TopNav} from '@HDesign/index';

import {isMobileDevice} from '@utils/detectDevice';
import {updateMetaTag} from '@utils/udpateMetaTag';
import {useEffect} from 'react';

export type EventPageContextProps = Event & {
isAdmin: boolean;
Expand Down

0 comments on commit 41bf0cf

Please sign in to comment.