Skip to content

Commit

Permalink
fix: NumberKeyboard import 잘못 지정된 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Sep 20, 2024
1 parent 3204e00 commit d0a6ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/BillPage/AddBillFunnel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NumberKeyboard from '@components/Design/NumberKeyboard/NumberKeyboard';
import NumberKeyboard from '@components/Design/components/NumberKeyboard/NumberKeyboard';

Check failure on line 1 in client/src/pages/BillPage/AddBillFunnel.tsx

View workflow job for this annotation

GitHub Actions / test

There should be at least one empty line between import groups

Check failure on line 1 in client/src/pages/BillPage/AddBillFunnel.tsx

View workflow job for this annotation

GitHub Actions / test

`@components/Design/components/NumberKeyboard/NumberKeyboard` import should occur after import of `react-router-dom`
import {css} from '@emotion/react';
import {useEffect, useState} from 'react';
import {useNavigate} from 'react-router-dom';
Expand Down

0 comments on commit d0a6ebf

Please sign in to comment.