Skip to content

Commit

Permalink
refactor: 상아 피드백 반영해서 컴포넌트 depth 1로 고정 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Dec 22, 2024
1 parent 937b1eb commit 14c5a28
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/pages/OnboardingPage/OnboardingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { useState } from 'react';

import { StepField, StepService, StepStart } from './Step';
import StepField from './StepField/StepField';
import StepService from './StepService/StepService';
import StepStart from './StepStart/StepStart';
import { FIELDS } from './constants';
import { useFunnel } from './hooks/useFunnel';

Expand Down
3 changes: 0 additions & 3 deletions src/pages/OnboardingPage/Step/index.ts

This file was deleted.

0 comments on commit 14c5a28

Please sign in to comment.