Align with updated Storybook typings

This commit is contained in:
Vincent 2023-12-04 14:09:43 +01:00
Родитель 33ba2fd6f4
Коммит b90d833bed
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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(() => {