Skip to content

Commit

Permalink
style: lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Sep 26, 2024
1 parent 3c57e95 commit f45ae5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/pages/EventPage/AdminPage/EventLoginPage.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import {css} from '@emotion/react';

import Top from '@components/Design/components/Top/Top';

import useEventLogin from '@hooks/useEventLogin';

import {FixedButton, LabelInput} from '@HDesign/index';

import RULE from '@constants/rule';
import {css} from '@emotion/react';

const EventLoginPage = () => {
const {password, errorMessage, handleChange, canSubmit, submitPassword} = useEventLogin();
Expand Down

0 comments on commit f45ae5f

Please sign in to comment.