Skip to content

Commit

Permalink
fix: folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Dec 29, 2023
1 parent a562a9a commit ac3c480
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import AddNameAndTags from '@/components/form/AddNameAndTags'
import HoldingRequirements from '@/components/form/HoldingRequirements'
import { EntityType, PaymentMethod } from '@/helpers/constants'
import Container from '@/components/common/CenteredContainer'
import { useNewInstanceHoldPage } from '@/hooks/pages/dashboard/useNewInstanceHoldPage2'
import { useNewInstanceHoldPage } from '@/hooks/pages/dashboard/useNewInstanceHoldPage'
import Form from '@/components/form/Form'
import ToggleContainer from '@/components/common/ToggleContainer'
import NewEntityTab from '../NewEntityTab'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard/instance/new/hold.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import NewInstanceHoldPage from '@/components/pages/dashboard/NewInstanceHoldPage2'
import NewInstanceHoldPage from '@/components/pages/dashboard/NewInstanceHoldPage'

export default NewInstanceHoldPage

0 comments on commit ac3c480

Please sign in to comment.