1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/web/.storybook/manager.ts

7 lines
111 B
TypeScript
Raw Permalink Normal View History

2024-06-05 05:36:05 +02:00
import { addons } from '@storybook/manager-api';
import theme from './theme';
addons.setConfig({
theme,
});