mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-18 21:01:18 -05:00
Silence Storybook build warning (#36647)
This commit is contained in:
parent
2c5d3f934c
commit
ff1e19a506
|
|
@ -53,6 +53,7 @@ export const mockHandlers = {
|
|||
const locale = toSupportedLocale(params.locale);
|
||||
action('fetching emoji data')(locale);
|
||||
const { default: data } = (await import(
|
||||
/* @vite-ignore */
|
||||
`emojibase-data/${locale}/compact.json`
|
||||
)) as {
|
||||
default: CompactEmoji[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user