diff --git a/Src/Controllers/ProductSpecificationController.cs b/Src/Controllers/ProductSpecificationController.cs index 8deb8e2de..ad93010cc 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -1,6 +1,6 @@ -using Microsoft.AspNetCore.Mvc; using VTEX; using System.Threading.Tasks; +using Microsoft.AspNetCore.Mvc; using System.Threading; namespace Controllers