diff --git a/client/src/pages/EventPage/AdminPage/EventLoginPage.tsx b/client/src/pages/EventPage/AdminPage/EventLoginPage.tsx index 3929cf954..03e189fc1 100644 --- a/client/src/pages/EventPage/AdminPage/EventLoginPage.tsx +++ b/client/src/pages/EventPage/AdminPage/EventLoginPage.tsx @@ -1,3 +1,5 @@ +import {css} from '@emotion/react'; + import Top from '@components/Design/components/Top/Top'; import useEventLogin from '@hooks/useEventLogin'; @@ -5,7 +7,6 @@ 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();