Align with updated Storybook typings
This commit is contained in:
Родитель
33ba2fd6f4
Коммит
b90d833bed
|
@ -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(() => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче