Add account/account.ftl to storybook

This commit is contained in:
garronej
2023-04-20 02:52:49 +02:00
parent 18112a97ab
commit e7bfe7f80d
7 changed files with 100 additions and 12 deletions

5
stories/account/i18n.ts Normal file
View File

@ -0,0 +1,5 @@
import { createUseI18n } from "../../dist/account";
export const { useI18n } = createUseI18n({});
export type I18n = NonNullable<ReturnType<typeof useI18n>>;