From 99ecec24ea04b82ede00916e539b84c59309b56e Mon Sep 17 00:00:00 2001
From: "patrick.tafoya" <patricktafoya@seed-innovations.com>
Date: Tue, 26 Nov 2024 10:58:20 -0700
Subject: [PATCH] BULL-3224 - reordering.

---
 formulas/tech-stack-options.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/formulas/tech-stack-options.yml b/formulas/tech-stack-options.yml
index 444083a..4b954e0 100644
--- a/formulas/tech-stack-options.yml
+++ b/formulas/tech-stack-options.yml
@@ -1,38 +1,38 @@
 uiTemplates:
-  - name: "None"
-    repositoryId: ""
-    formulaFilePath: ""
-  
   - name: "React"
     repositoryId: "16612"
     formulaFilePath: "formulas/ui/react.yml"
-  
+
   - name: "Vue / Vuetify 3"
     repositoryId: "16611"
     formulaFilePath: "formulas/ui/vuetify3.yml"
 
-apiTemplates:
   - name: "None"
     repositoryId: ""
     formulaFilePath: ""
-  
+apiTemplates:
   - name: "Express / Node"
     repositoryId: "16613"
     formulaFilePath: "formulas/api/express.yml"
-  
+
   - name: "Golang"
     repositoryId: "16614"
     formulaFilePath: "formulas/api/golang.yml"
 
-dbTemplates:
   - name: "None"
     repositoryId: ""
     formulaFilePath: ""
-  
+
+dbTemplates:
   - name: "PostgresSQL"
     repositoryId: "postgres"
     formulaFilePath: "formulas/db/postgres.yml"
-  
+
   - name: "MySQL"
     repositoryId: "mysql"
     formulaFilePath: "formulas/db/mysql.yml"
+
+  - name: "None"
+    repositoryId: ""
+    formulaFilePath: ""
+
-- 
GitLab