Skip to content

Commit

Permalink
chore: update versions (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored Jun 24, 2024
1 parent a28b945 commit c5032ae
Show file tree
Hide file tree
Showing 4 changed files with 17,613 additions and 17,609 deletions.
3 changes: 2 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StorybookConfig } from "@storybook/react-vite";
import { type StorybookConfig } from "@storybook/react-vite";

const config: StorybookConfig = {
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx)"],
Expand All @@ -15,5 +15,6 @@ const config: StorybookConfig = {
reactDocgen: "react-docgen-typescript",
},
staticDirs: ["../src/static"],
docs: {},
};
export default config;
3 changes: 2 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Preview } from "@storybook/react";
import { type Preview } from "@storybook/react";
import "../src/tailwind-output.css";
import { GoldRushProvider } from "../src/utils/store";
import { defaultTheme } from "./manager";
Expand Down Expand Up @@ -29,6 +29,7 @@ const preview: Preview = {
</GoldRushProvider>
),
],
tags: ["autodocs"],
};

export default preview;
Loading

0 comments on commit c5032ae

Please sign in to comment.