From d755597e3619d395e39448203bb359b729e2dca3 Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:51:44 +0800 Subject: [PATCH] Rebase trunk --- settings/src/components/webauthn/webauthn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/src/components/webauthn/webauthn.js b/settings/src/components/webauthn/webauthn.js index aeaa76bd..290a2f34 100644 --- a/settings/src/components/webauthn/webauthn.js +++ b/settings/src/components/webauthn/webauthn.js @@ -10,7 +10,7 @@ import apiFetch from '@wordpress/api-fetch'; * Internal dependencies */ import { GlobalContext } from '../../script'; -import { refreshRecord } from '../../utilities'; +import { refreshRecord } from '../../utilities/common'; import ListKeys from './list-keys'; import RegisterKey from './register-key';