Skip to content

Commit

Permalink
style: lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Aug 8, 2024
1 parent efc1a94 commit 8d82a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/CreateEventPage/CompleteCreateEventPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import {useEffect, useState} from 'react';
import {useLocation, useNavigate} from 'react-router-dom';
import {Button, FixedButton, Input, MainLayout, Text, Title, TopNav} from 'haengdong-design';
import {CopyToClipboard} from 'react-copy-to-clipboard';
import {css} from '@emotion/react';

import {ROUTER_URLS} from '@constants/routerUrls';
import {useToast} from '@components/Toast/ToastProvider';

import {css} from '@emotion/react';
import {ROUTER_URLS} from '@constants/routerUrls';

const CompleteCreateEventPage = () => {
const navigate = useNavigate();
Expand Down

0 comments on commit 8d82a89

Please sign in to comment.