Switch component with storybook and testing

This commit is contained in:
adilallo
2025-10-14 17:27:09 -06:00
parent 460237fc66
commit 9de194bfc0
8 changed files with 908 additions and 262 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import "../app/globals.css";
import "./fonts.css";
/** @type { import('@storybook/react').Preview } */
const preview = {
@@ -12,7 +13,7 @@ const preview = {
},
decorators: [
(Story) => (
<div className="font-sans">
<div className="font-inter">
<Story />
</div>
),