Skip to content

Commit

Permalink
♻️ : #469 - useEditRemindPage import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinwooP committed Feb 5, 2024
1 parent c9d1fee commit 6985a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/reminds/edit/[planId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { EDIT_REMIND_STEP_TITLE } from '@/constants';
import classNames from 'classnames';
import Link from 'next/link';
import React from 'react';
import { useEditRemindPage } from './hooks/useEditRemindPage';
import useEditRemindPage from './hooks/useEditRemindPage';
import './index.scss';

export default function EditRemindPage({
Expand Down

0 comments on commit 6985a4f

Please sign in to comment.