This commit is contained in:
Nino
2025-03-07 18:09:02 +01:00
parent b85538f98a
commit e5f42c9de2
18 changed files with 224 additions and 38 deletions

View File

@@ -0,0 +1,7 @@
import type { Preview } from '@storybook/angular';
const preview: Preview = {
tags: ['autodocs'],
};
export default preview;