Skip to content

Commit 22ad957

Browse files
add change-password form to nextjs app template
1 parent 66a223a commit 22ad957

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-cli/src/templates/nextjs/application/src/components/change-password-form

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/templates/nextjs/application/src/components/change-password-form/ChangePasswordForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client'
22
import <%=#isTypeScript%>React, <%=/isTypeScript%>{ useState, useRef, useCallback } from 'react';
3-
import { useRouter, useParams } from 'next/navigation';
3+
import { useRouter } from 'next/navigation';
44
import Form, {
55
Item,
66
Label,

0 commit comments

Comments
 (0)