Fix storybook
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { createUseI18n } from "../../dist/login";
|
||||
|
||||
export const { useI18n } = createUseI18n({});
|
||||
export const { useI18n, ofTypeI18n } = createUseI18n({});
|
||||
|
||||
export type I18n = NonNullable<ReturnType<typeof useI18n>>;
|
||||
export type I18n = typeof ofTypeI18n;
|
||||
|
Reference in New Issue
Block a user