- {tab("Code", "code")}
- {tab("Sampling Settings", "cog")}
- {tab("View Settings", "squareBar")}
- {tab("Input Variables", "dollar")}
+
+
+
+
diff --git a/packages/components/tailwind.config.js b/packages/components/tailwind.config.js
index 89944004..f100dc69 100644
--- a/packages/components/tailwind.config.js
+++ b/packages/components/tailwind.config.js
@@ -3,7 +3,5 @@ module.exports = {
theme: {
extend: {},
},
- plugins: [
- require('@tailwindcss/forms'),
- ],
+ plugins: [require("@tailwindcss/forms")],
};