From 94997f5472d0fb7d9d47d7ebf7be500f35a99876 Mon Sep 17 00:00:00 2001 From: Isaiah Inuwa Date: Fri, 21 Nov 2025 14:20:35 -0600 Subject: [PATCH] Prepare to split types module into separate modules --- .../src/win_webauthn/{types.rs => types/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apps/desktop/desktop_native/windows_plugin_authenticator/src/win_webauthn/{types.rs => types/mod.rs} (100%) diff --git a/apps/desktop/desktop_native/windows_plugin_authenticator/src/win_webauthn/types.rs b/apps/desktop/desktop_native/windows_plugin_authenticator/src/win_webauthn/types/mod.rs similarity index 100% rename from apps/desktop/desktop_native/windows_plugin_authenticator/src/win_webauthn/types.rs rename to apps/desktop/desktop_native/windows_plugin_authenticator/src/win_webauthn/types/mod.rs