don't use aliases in components for now
This commit is contained in:
parent
6659787662
commit
06042574cb
5 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
import Article from './Article.svelte';
|
||||
import Block from '../Block/Block.svelte';
|
||||
|
||||
import { withComponentDocs, withStoryDocs } from '$docs/utils/withParams.js';
|
||||
import { withComponentDocs, withStoryDocs } from '$lib/docs/utils/withParams.js';
|
||||
|
||||
const meta = {
|
||||
title: 'Layout/Article',
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
wider: 1200,
|
||||
};
|
||||
|
||||
import cssVariables from '$lib/actions/cssVariables/index.js';
|
||||
import cssVariables from '../../actions/cssVariables/index.js';
|
||||
|
||||
$: columnWidthVars = {
|
||||
'narrower-column-width': columnWidths.narrower + 'px',
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
import {
|
||||
withComponentDocs,
|
||||
withStoryDocs,
|
||||
withStoryDocs
|
||||
} from '$lib/docs/utils/withParams.js';
|
||||
|
||||
const meta = {
|
||||
|
|
|
|||
|
|
@ -34,6 +34,6 @@
|
|||
- [Pork chop](https://www.google.com)
|
||||
- Fillet
|
||||
|
||||
Venison shoulder *ham hock ham leberkas*. Flank beef ribs fatback, jerky meatball ham hock.`
|
||||
Venison shoulder *ham hock ham leberkas*. Flank beef ribs fatback, jerky meatball ham hock.`,
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
import {
|
||||
withComponentDocs,
|
||||
withStoryDocs,
|
||||
withStoryDocs
|
||||
} from '$lib/docs/utils/withParams.js';
|
||||
|
||||
const meta = {
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
control: 'select',
|
||||
options: ['normal', 'wide', 'wider', 'widest', 'fluid'],
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue