mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
|
import { addons } from '@storybook/manager-api';
|
||
|
import theme from './theme';
|
||
|
|
||
|
addons.setConfig({
|
||
|
theme,
|
||
|
});
|