Also load our CSS reset in Storybook

It gets loaded on the website as well, so this will make components
in Storybook more production-like.
This commit is contained in:
Vincent 2023-06-14 11:16:31 +02:00
Родитель 14ec75557e
Коммит 41c701e674
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1,6 +1,7 @@
import React from "react";
import { Inter } from "next/font/google";
import type { Preview } from "@storybook/react";
import "../src/app/globals.css";
import { L10nProvider } from "../src/contextProviders/localization";
import { getL10nBundles } from "../src/app/functions/server/l10n";
import { metropolis } from "../src/app/fonts/Metropolis/metropolis";