Skip to content

Commit 78bc733

Browse files
committed
fix: crash due to missing import
1 parent 4ece068 commit 78bc733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/views/auth/resetPassword.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useState } from 'react'
1+
import { useEffect, useState } from 'react'
22
import { useDispatch } from 'react-redux'
33
import { Link, useNavigate, useSearchParams } from 'react-router-dom'
44

0 commit comments

Comments
 (0)