import React from 'react';
import Counter from './Counter';
export default {
title: 'components/data/Counter',
component: Counter,
};
export const Default = () => ;
export const WithPositiveVariation = () => ;
export const WithNegativeVariation = () => ;
export const WithDescription = () => ;