@graph-paper/guides
Advanced tools
Comparing version 0.0.0-alpha.10 to 0.0.0-alpha.11
{ | ||
"name": "@graph-paper/guides", | ||
"version": "0.0.0-alpha.10", | ||
"version": "0.0.0-alpha.11", | ||
"description": "__DESCRIPTION_FORTHCOMING__", | ||
@@ -18,3 +18,3 @@ "author": "Hamilton Ulmer <hamilton.ulmer@gmail.com>", | ||
}, | ||
"gitHead": "bd05291f4e198de39b649fb661491f09563eb2f8" | ||
"gitHead": "b08db9aad157a4c966901822ad87444967ed3bbd" | ||
} |
@@ -1,7 +0,9 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { withKnobs } from "@storybook/addon-knobs"; | ||
import AxesStory from "./Axes.svelte"; | ||
export default { | ||
title: "guides", | ||
decorators: [withKnobs], | ||
title: "Guides", | ||
}; | ||
export const Axes = () => ({ | ||
Component: AxesStory, | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41913
19
31