don't use aliases in components for now

This commit is contained in:
Jon McClure 2022-08-26 12:44:20 +01:00
parent 6659787662
commit 06042574cb
5 changed files with 6 additions and 6 deletions

View file

@ -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',

View file

@ -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',

View file

@ -17,7 +17,7 @@
import {
withComponentDocs,
withStoryDocs,
withStoryDocs
} from '$lib/docs/utils/withParams.js';
const meta = {

View file

@ -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.`,
}}
/>

View file

@ -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>