mirror of
https://github.com/immich-app/immich.git
synced 2025-03-01 15:11:21 +01:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import { addons } from '@storybook/manager-api';
|
|
import theme from './theme';
|
|
|
|
addons.setConfig({
|
|
theme,
|
|
});
|