Code cleanup

This commit is contained in:
Vadim
2021-01-22 20:57:08 +03:00
parent 5154887d93
commit 139695edb8
12 changed files with 28 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
import DotsView from './DotsView.svelte';
export default {
title: 'Dots',
title: 'Default Components/Dots',
component: DotsView
};