Skip to content

Commit

Permalink
Merge pull request #3829 from mozilla/dependabot/npm_and_yarn/storybo…
Browse files Browse the repository at this point in the history
…ok-67fa1557f5
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
2 parents 32c6889 + b90d833 commit 4331ae7
Show file tree
Hide file tree
Showing 3 changed files with 1,904 additions and 1,751 deletions.
4 changes: 1 addition & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import { getEnL10nBundlesSync } from "../src/app/functions/server/mockL10n";

const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });

const AppDecorator: Exclude<Preview["decorators"], undefined>[0] = (
storyFn,
) => {
const AppDecorator: Preview["decorators"] = (storyFn) => {
const l10nBundles = getEnL10nBundlesSync();

useEffect(() => {
Expand Down
Loading

0 comments on commit 4331ae7

Please sign in to comment.