move stories to stories folder

This commit is contained in:
JesmoDev
2022-07-28 14:38:02 +02:00
parent 3076b7a838
commit 121dfc085f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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