Skip to content
Snippets Groups Projects
Commit 74a6fda8 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(sb): move color block to /ui to dissociate intro/colors

parent 008ad56f
No related branches found
No related tags found
1 merge request!783V3.0.0
...@@ -17,7 +17,7 @@ const preview: Preview = { ...@@ -17,7 +17,7 @@ const preview: Preview = {
}, },
options: { options: {
storySort: { storySort: {
order: ['Introduction', ['DesignSystem', 'Colors'], 'UI', 'Components'], order: ['Introduction', ['DesignSystem'], 'Components', 'UI'],
}, },
}, },
backgrounds: { backgrounds: {
......
...@@ -6,7 +6,7 @@ import { ColorBlockComponent } from './color-block.component'; ...@@ -6,7 +6,7 @@ import { ColorBlockComponent } from './color-block.component';
// More on how to set up stories at: https://storybook.js.org/docs/angular/writing-stories/introduction // More on how to set up stories at: https://storybook.js.org/docs/angular/writing-stories/introduction
const meta: Meta<ColorBlockComponent> = { const meta: Meta<ColorBlockComponent> = {
title: 'Introduction/Colors', title: 'UI/ColorBlock',
component: ColorBlockComponent, component: ColorBlockComponent,
// tags: ['autodocs'], // tags: ['autodocs'],
decorators: [ decorators: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment