Skip to content

Commit

Permalink
πŸ“ Docs: import 경둜 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
wonill committed Nov 21, 2024
1 parent 48b93ce commit 6c0543d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/LoginPage/DogProfileSection/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as S from './styles'
import { ActionButton } from '../../../components/Button/ActionButton'
import AddDogPicture from '../../../assets/add-dog-picture.svg'
import TwoLineInput from '../../../components/Input/TwoLineInput'
import PrevButton from '../../../components/Button/PrevButton'
import { Typo24 } from './../../../components/Typo/index';
import { ActionButton } from '~components/Button/ActionButton'
import AddDogPicture from '~assets/add-dog-picture.svg'
import TwoLineInput from '~components/Input/TwoLineInput'
import PrevButton from '~components/Button/PrevButton'
import { Typo24 } from '~components/Typo/index';

export default function DogProfileSection() {
return (
Expand Down

0 comments on commit 6c0543d

Please sign in to comment.