Skip to content

Commit 70a210c

Browse files
committed
fix: typos
1 parent 097a786 commit 70a210c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ui/src/layout/components/top-bar/avatar/ResetPasssword.vue renamed to ui/src/layout/components/top-bar/avatar/ResetPassword.vue

File renamed without changes.

ui/src/layout/components/top-bar/avatar/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import { ref } from 'vue'
3636
import useStore from '@/stores'
3737
import { useRouter } from 'vue-router'
38-
import ResetPassword from './ResetPasssword.vue'
38+
import ResetPassword from './ResetPassword.vue'
3939
import AboutDialog from './AboutDialog.vue'
4040
const { user } = useStore()
4141
const router = useRouter()

0 commit comments

Comments
 (0)