Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(site): display version message #8435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 13, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into bq/add-version-message
  • Loading branch information
BrunoQuaresma committed Jul 12, 2023
commit 4d610e10c727f46eff796c138b85fee0bdd9c0c5
8 changes: 0 additions & 8 deletions site/.storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { HelmetProvider } from "react-helmet-async"
import { dark } from "../src/theme"
import "../src/theme/globalFonts"
import "../src/i18n"
import { LocalPreferencesProvider } from "../src/contexts/LocalPreferencesContext"
import { QueryClient, QueryClientProvider } from "@tanstack/react-query"

export const decorators = [
Expand All @@ -25,13 +24,6 @@ export const decorators = [
</HelmetProvider>
)
},
(Story) => {
return (
<LocalPreferencesProvider>
<Story />
</LocalPreferencesProvider>
)
},
(Story) => {
return (
<QueryClientProvider client={new QueryClient()}>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.