From 17f8b1fbfc99b3937021e46c4a89b392ebb3fc29 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Tue, 4 May 2021 12:47:45 +0200 Subject: [PATCH] feature(files): moved to folder --- storefront-wpdesk-tests/functions.php => functions.php | 0 ...tions_flexible_shipping.php => functions_flexible_shipping.php | 0 .../functions_rest_api.php => functions_rest_api.php | 0 storefront-wpdesk-tests/style.css => style.css | 0 .../woocommerce => woocommerce}/cart/cart-shipping.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename storefront-wpdesk-tests/functions.php => functions.php (100%) rename storefront-wpdesk-tests/functions_flexible_shipping.php => functions_flexible_shipping.php (100%) rename storefront-wpdesk-tests/functions_rest_api.php => functions_rest_api.php (100%) rename storefront-wpdesk-tests/style.css => style.css (100%) rename {storefront-wpdesk-tests/woocommerce => woocommerce}/cart/cart-shipping.php (100%) diff --git a/storefront-wpdesk-tests/functions.php b/functions.php similarity index 100% rename from storefront-wpdesk-tests/functions.php rename to functions.php diff --git a/storefront-wpdesk-tests/functions_flexible_shipping.php b/functions_flexible_shipping.php similarity index 100% rename from storefront-wpdesk-tests/functions_flexible_shipping.php rename to functions_flexible_shipping.php diff --git a/storefront-wpdesk-tests/functions_rest_api.php b/functions_rest_api.php similarity index 100% rename from storefront-wpdesk-tests/functions_rest_api.php rename to functions_rest_api.php diff --git a/storefront-wpdesk-tests/style.css b/style.css similarity index 100% rename from storefront-wpdesk-tests/style.css rename to style.css diff --git a/storefront-wpdesk-tests/woocommerce/cart/cart-shipping.php b/woocommerce/cart/cart-shipping.php similarity index 100% rename from storefront-wpdesk-tests/woocommerce/cart/cart-shipping.php rename to woocommerce/cart/cart-shipping.php -- GitLab