From c2bc81be06973ed428193aad4de7b3a848490f25 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 4 Sep 2023 12:05:28 -0700 Subject: [PATCH] Move LocalAccountDelegate to the AccountDelegates folder. --- .../{LocalAccount => AccountDelegates}/LocalAccountDelegate.swift | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Account/Sources/Account/{LocalAccount => AccountDelegates}/LocalAccountDelegate.swift (100%) diff --git a/Account/Sources/Account/LocalAccount/LocalAccountDelegate.swift b/Account/Sources/Account/AccountDelegates/LocalAccountDelegate.swift similarity index 100% rename from Account/Sources/Account/LocalAccount/LocalAccountDelegate.swift rename to Account/Sources/Account/AccountDelegates/LocalAccountDelegate.swift