move stories to stories folder
This commit is contained in:
committed by
Jacob Overgaard
parent
e9f92a8a9e
commit
a68bcb80d8
@@ -1,6 +1,6 @@
|
||||
import { Story, Meta } from '@storybook/web-components';
|
||||
import { html } from 'lit-html';
|
||||
import './installer.element';
|
||||
import '../installer/installer.element';
|
||||
|
||||
export default {
|
||||
title: 'Installer/Installer',
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Story, Meta } from '@storybook/web-components';
|
||||
import { html } from 'lit-html';
|
||||
import './upgrader.element';
|
||||
import '../upgrader/upgrader.element';
|
||||
|
||||
export default {
|
||||
title: 'Upgrader/Upgrader',
|
||||
Reference in New Issue
Block a user