Skip to content

Commit

Permalink
feat: 修改路径
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojingjing committed Apr 16, 2024
1 parent f1f86c4 commit 520a2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/guard-core-v4/src/Invitation/Success/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { GuardMessageView } from 'src/Message'
import { GuardMessageView } from '../../Message'

export const GuardInviteSuccessView = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion packages/guard-core-v4/src/Type/application.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type Lang = 'zh-CN' | 'en-US' | 'zh-TW' | 'ja-JP'

import { MFAType } from 'src/MFA/interface'
import { MFAType } from '../MFA/interface'
import { PasswordStrength } from '../_utils'

export * from 'authing-js-sdk'
Expand Down

0 comments on commit 520a2ec

Please sign in to comment.