refactor: move atoms stories to atoms folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Meta, StoryObj } from '@storybook/angular';
|
||||
|
||||
import { CheckboxComponent } from '../lib/atoms/checkbox/checkbox.component';
|
||||
import { CheckboxComponent } from './../../lib/atoms/checkbox/checkbox.component';
|
||||
|
||||
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
||||
const meta: Meta<CheckboxComponent> = {
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Meta } from '@storybook/angular';
|
||||
import { SvgComponent } from '../lib/atoms/svg/svg.component';
|
||||
import { svgList } from './svg-list';
|
||||
import { SvgComponent } from './../../lib/atoms/svg/svg.component';
|
||||
import { svgList } from './../svg-list';
|
||||
|
||||
const meta: Meta<SvgComponent> = {
|
||||
title: 'Atoms/Svg',
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Meta } from '@storybook/angular';
|
||||
import { TypographyComponent } from '../lib/atoms/typography/typography.component';
|
||||
import { TypographyVariants } from '../lib/types/TypographyVariants';
|
||||
import { TypographyComponent } from '../../lib/atoms/typography/typography.component';
|
||||
import { TypographyVariants } from '../../lib/types/TypographyVariants';
|
||||
|
||||
export default {
|
||||
title: 'Atoms/Typography',
|
||||
Reference in New Issue
Block a user