1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 16:41:59 +00:00
immich/web/.storybook/manager.ts
2024-06-04 23:36:05 -04:00

6 lines
111 B
TypeScript

import { addons } from '@storybook/manager-api';
import theme from './theme';
addons.setConfig({
theme,
});