import React from 'react'; import { Count } from 'reaviz'; export default { title: 'Utils/Count', component: Count }; export const Simple = () => (

); export const NonZeroStart = () => (

);